diff options
Diffstat (limited to 'chromeos/dbus/mock_bluetooth_device_client.cc')
-rw-r--r-- | chromeos/dbus/mock_bluetooth_device_client.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chromeos/dbus/mock_bluetooth_device_client.cc b/chromeos/dbus/mock_bluetooth_device_client.cc new file mode 100644 index 0000000..75b5c44 --- /dev/null +++ b/chromeos/dbus/mock_bluetooth_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_bluetooth_device_client.h" + +namespace chromeos { + +MockBluetoothDeviceClient::MockBluetoothDeviceClient() {} + +MockBluetoothDeviceClient::~MockBluetoothDeviceClient() {} + +} // namespace chromeos |