Index: device/bluetooth/test/mock_bluetooth_device.h |
diff --git a/device/bluetooth/test/mock_bluetooth_device.h b/device/bluetooth/test/mock_bluetooth_device.h |
index e624f9a26c99a0872f0f018604668e5e3eab6ab4..cf52d515a9674a75e4d7b456bf0eb677ecab648f 100644 |
--- a/device/bluetooth/test/mock_bluetooth_device.h |
+++ b/device/bluetooth/test/mock_bluetooth_device.h |
@@ -9,7 +9,6 @@ |
#include "base/strings/string16.h" |
#include "device/bluetooth/bluetooth_device.h" |
-#include "device/bluetooth/bluetooth_out_of_band_pairing_data.h" |
#include "device/bluetooth/bluetooth_uuid.h" |
#include "testing/gmock/include/gmock/gmock.h" |
@@ -72,13 +71,6 @@ class MockBluetoothDevice : public BluetoothDevice { |
const ConnectToServiceCallback& callback, |
const ConnectToServiceErrorCallback& error_callback)); |
- MOCK_METHOD3(SetOutOfBandPairingData, |
- void(const BluetoothOutOfBandPairingData& data, |
- const base::Closure& callback, |
- const BluetoothDevice::ErrorCallback& error_callback)); |
- MOCK_METHOD2(ClearOutOfBandPairingData, |
- void(const base::Closure& callback, |
- const BluetoothDevice::ErrorCallback& error_callback)); |
MOCK_METHOD2(StartConnectionMonitor, |
void(const base::Closure& callback, |
const BluetoothDevice::ErrorCallback& error_callback)); |