| Index: chromeos/dbus/mock_flimflam_device_client.cc
|
| diff --git a/chromeos/dbus/mock_flimflam_device_client.cc b/chromeos/dbus/mock_flimflam_device_client.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b26517b4b028000468e60ebfa2cd06b1c4270a8c
|
| --- /dev/null
|
| +++ b/chromeos/dbus/mock_flimflam_device_client.cc
|
| @@ -0,0 +1,13 @@
|
| +// Copyright (c) 2012 The Chromium 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 "chromeos/dbus/mock_flimflam_device_client.h"
|
| +
|
| +namespace chromeos {
|
| +
|
| +MockFlimflamDeviceClient::MockFlimflamDeviceClient() {}
|
| +
|
| +MockFlimflamDeviceClient::~MockFlimflamDeviceClient() {}
|
| +
|
| +} // namespace chromeos
|
|
|