Index: device/bluetooth/bluetooth_device_win.h |
diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h |
index 7213cd19b88d2b76f41c106fb582b7f413f66f68..89cb78d1cdb16b56a9c1e557d9c6595c3551b2bf 100644 |
--- a/device/bluetooth/bluetooth_device_win.h |
+++ b/device/bluetooth/bluetooth_device_win.h |
@@ -54,6 +54,9 @@ class BluetoothDeviceWin : public BluetoothDevice { |
virtual void ConnectToService( |
const std::string& service_uuid, |
const SocketCallback& callback) OVERRIDE; |
+ virtual void ConnectToProfile( |
+ device::BluetoothProfile* profile, |
+ const ErrorCallback& error_callback) OVERRIDE; |
virtual void SetOutOfBandPairingData( |
const BluetoothOutOfBandPairingData& data, |
const base::Closure& callback, |