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&, |