blob: 770c2bdc20f3be7003abbe3a76b8dc9707639387 [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(nullptr, "") {}
MockDevice::~MockDevice() {}
} // namespace apmanager