blob: c39de1b1789438d04b52cc4a7c679d0bf7f76e8a [file] [log] [blame]
Peter Qiufb39ba42014-11-21 09:09:59 -08001// Copyright 2014 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "apmanager/mock_device.h"
6
7namespace apmanager {
8
9MockDevice::MockDevice() : Device() {}
10
11MockDevice::~MockDevice() {}
12
13} // namespace apmanager