Index: chrome/browser/chromeos/dbus/mock_bluetooth_adapter_client.cc |
diff --git a/chrome/browser/chromeos/dbus/mock_bluetooth_adapter_client.cc b/chrome/browser/chromeos/dbus/mock_bluetooth_adapter_client.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1bbc7ef8aed91bc1ca8551cf2ad32c13154ad497 |
--- /dev/null |
+++ b/chrome/browser/chromeos/dbus/mock_bluetooth_adapter_client.cc |
@@ -0,0 +1,13 @@ |
+// Copyright (c) 2011 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 "chrome/browser/chromeos/dbus/mock_bluetooth_adapter_client.h" |
+ |
+namespace chromeos { |
+ |
+MockBluetoothAdapterClient::MockBluetoothAdapterClient() {} |
+ |
+MockBluetoothAdapterClient::~MockBluetoothAdapterClient() {} |
+ |
+} // namespace chromeos |