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

Unified Diff: chromeos/dbus/mock_bluetooth_out_of_band_client.h

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renamed 'bluetooth' target to 'device_bluetooth'. Created 8 years, 2 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.h
diff --git a/chromeos/dbus/mock_bluetooth_out_of_band_client.h b/chromeos/dbus/mock_bluetooth_out_of_band_client.h
index a1291ee88570c0a5140c3e9c15ca00a7d1e80ff3..9b4be7f95fc7fa22ddca35859117e9b81e0f5004 100644
--- a/chromeos/dbus/mock_bluetooth_out_of_band_client.h
+++ b/chromeos/dbus/mock_bluetooth_out_of_band_client.h
@@ -9,7 +9,7 @@
#include "base/memory/scoped_ptr.h"
#include "chromeos/dbus/bluetooth_out_of_band_client.h"
-#include "chromeos/dbus/bluetooth_out_of_band_pairing_data.h"
+#include "device/bluetooth/bluetooth_out_of_band_pairing_data.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace chromeos {
@@ -25,7 +25,7 @@ class MockBluetoothOutOfBandClient : public BluetoothOutOfBandClient {
MOCK_METHOD4(AddRemoteData,
void(const dbus::ObjectPath&,
const std::string&,
- const BluetoothOutOfBandPairingData&,
+ const device::BluetoothOutOfBandPairingData&,
const SuccessCallback&));
MOCK_METHOD3(RemoveRemoteData,
void(const dbus::ObjectPath&,

Powered by Google App Engine
This is Rietveld 408576698