Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: chromeos/dbus/mock_bluetooth_out_of_band_client.cc

Issue 10546010: Implement support for the OOB Pairing APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: refactor to create BluetoothOutOfBandClient Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/dbus/mock_bluetooth_out_of_band_client.cc
diff --git a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc b/chromeos/dbus/mock_bluetooth_out_of_band_client.cc
similarity index 53%
copy from chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc
copy to chromeos/dbus/mock_bluetooth_out_of_band_client.cc
index b9861337acde5643eac1c1787761057ab5adf0aa..da6ef0119450e819efe9ee3f8883c9ab2bbdf2af 100644
--- a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc
+++ b/chromeos/dbus/mock_bluetooth_out_of_band_client.cc
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h"
+#include "chromeos/dbus/mock_bluetooth_out_of_band_client.h"
namespace chromeos {
-MockBluetoothAdapter::MockBluetoothAdapter() {}
-MockBluetoothAdapter::~MockBluetoothAdapter() {}
+MockBluetoothOutOfBandClient::MockBluetoothOutOfBandClient() {}
+
+MockBluetoothOutOfBandClient::~MockBluetoothOutOfBandClient() {}
keybuk 2012/06/08 20:06:39 I am confused as to why this is a rename?
bryeung 2012/06/14 15:31:08 Not sure: git must be picking up the adapter as a
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698