Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: components/proximity_auth/bluetooth_connection.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « components/precache/core/precache_url_table_unittest.cc ('k') | components/proximity_auth/bluetooth_connection_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698