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

Unified Diff: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h
diff --git a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h
index f1b01fde07a241b41a9b83554b2c15d9cc15830e..d29071632f3f66c628f07c35c382797bc836583e 100644
--- a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h
+++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h
@@ -25,7 +25,7 @@ class BluetoothLowEnergyConnection : public ApiResource {
device::BluetoothGattConnection* GetConnection() const;
// ApiResource override.
- virtual bool IsPersistent() const OVERRIDE;
+ virtual bool IsPersistent() const override;
// This resource should be managed on the UI thread.
static const content::BrowserThread::ID kThreadId =

Powered by Google App Engine
This is Rietveld 408576698