Index: components/proximity_auth/bluetooth_connection.h |
diff --git a/components/proximity_auth/bluetooth_connection.h b/components/proximity_auth/bluetooth_connection.h |
index f12668893620ec4040594bafbff181ba50cb1dea..8b09a6f6ab9fb82eb4911795d3f34c1475c7e88b 100644 |
--- a/components/proximity_auth/bluetooth_connection.h |
+++ b/components/proximity_auth/bluetooth_connection.h |
@@ -37,13 +37,13 @@ class BluetoothConnection : public Connection, |
protected: |
// Connection: |
- virtual void Connect() OVERRIDE; |
- virtual void Disconnect() OVERRIDE; |
- virtual void SendMessageImpl(scoped_ptr<WireMessage> message) OVERRIDE; |
+ virtual void Connect() override; |
+ virtual void Disconnect() override; |
+ virtual void SendMessageImpl(scoped_ptr<WireMessage> message) override; |
// BluetoothAdapter::Observer: |
virtual void DeviceRemoved(device::BluetoothAdapter* adapter, |
- device::BluetoothDevice* device) OVERRIDE; |
+ device::BluetoothDevice* device) override; |
// Exposed for testing. |
virtual void ConnectToService( |