blob: 770c2bdc20f3be7003abbe3a76b8dc9707639387 [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
Peter Qiu7e0ffcf2014-12-02 12:53:27 -08009MockDevice::MockDevice() : Device(nullptr, "") {}
Peter Qiufb39ba42014-11-21 09:09:59 -080010
11MockDevice::~MockDevice() {}
12
13} // namespace apmanager