summaryrefslogtreecommitdiffstats
path: root/ash/system/chromeos/bluetooth/bluetooth_notification_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/chromeos/bluetooth/bluetooth_notification_controller.h')
-rw-r--r--ash/system/chromeos/bluetooth/bluetooth_notification_controller.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/ash/system/chromeos/bluetooth/bluetooth_notification_controller.h b/ash/system/chromeos/bluetooth/bluetooth_notification_controller.h
index e44b281..bc3c19f 100644
--- a/ash/system/chromeos/bluetooth/bluetooth_notification_controller.h
+++ b/ash/system/chromeos/bluetooth/bluetooth_notification_controller.h
@@ -31,26 +31,26 @@ class ASH_EXPORT BluetoothNotificationController
// device::BluetoothAdapter::Observer override.
virtual void AdapterDiscoverableChanged(device::BluetoothAdapter* adapter,
- bool discoverable) OVERRIDE;
+ bool discoverable) override;
virtual void DeviceAdded(device::BluetoothAdapter* adapter,
- device::BluetoothDevice* device) OVERRIDE;
+ device::BluetoothDevice* device) override;
virtual void DeviceChanged(device::BluetoothAdapter* adapter,
- device::BluetoothDevice* device) OVERRIDE;
+ device::BluetoothDevice* device) override;
virtual void DeviceRemoved(device::BluetoothAdapter* adapter,
- device::BluetoothDevice* device) OVERRIDE;
+ device::BluetoothDevice* device) override;
// device::BluetoothDevice::PairingDelegate override.
- virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
- virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
+ virtual void RequestPinCode(device::BluetoothDevice* device) override;
+ virtual void RequestPasskey(device::BluetoothDevice* device) override;
virtual void DisplayPinCode(device::BluetoothDevice* device,
- const std::string& pincode) OVERRIDE;
+ const std::string& pincode) override;
virtual void DisplayPasskey(device::BluetoothDevice* device,
- uint32 passkey) OVERRIDE;
+ uint32 passkey) override;
virtual void KeysEntered(device::BluetoothDevice* device,
- uint32 entered) OVERRIDE;
+ uint32 entered) override;
virtual void ConfirmPasskey(device::BluetoothDevice* device,
- uint32 passkey) OVERRIDE;
- virtual void AuthorizePairing(device::BluetoothDevice* device) OVERRIDE;
+ uint32 passkey) override;
+ virtual void AuthorizePairing(device::BluetoothDevice* device) override;
private:
// Internal method called by BluetoothAdapterFactory to provide the adapter