blob: 2529ccad14b650bdec6700962f449dc3d0f9f36f [file] [log] [blame]
// Copyright 2014 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "apmanager/mock_device.h"
namespace apmanager {
MockDevice::MockDevice() : Device("") {}
MockDevice::~MockDevice() {}
} // namespace apmanager