Index: device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
diff --git a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
index 1316d0ab66373b451ef92036f59451b16c5d6c62..b781ff2a85bb0a053b2e5dab90cf231fa5f5e775 100644 |
--- a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
+++ b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
@@ -44,12 +44,13 @@ class BluetoothRemoteGattServiceChromeOS |
virtual device::BluetoothUUID GetUUID() const OVERRIDE; |
virtual bool IsLocal() const OVERRIDE; |
virtual bool IsPrimary() const OVERRIDE; |
+ virtual device::BluetoothDevice* GetDevice() const OVERRIDE; |
virtual std::vector<device::BluetoothGattCharacteristic*> |
GetCharacteristics() const OVERRIDE; |
virtual std::vector<device::BluetoothGattService*> |
GetIncludedServices() const OVERRIDE; |
virtual device::BluetoothGattCharacteristic* GetCharacteristic( |
- const std::string& identifier) OVERRIDE; |
+ const std::string& identifier) const OVERRIDE; |
virtual bool AddCharacteristic( |
device::BluetoothGattCharacteristic* characteristic) OVERRIDE; |
virtual bool AddIncludedService( |