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

Unified Diff: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.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_notify_session.h
diff --git a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h
index e2699a4228fa352a75d2d3d076727e0339814f70..98ee7078fe6136b99a1587c997e6937028941c94 100644
--- a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h
+++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h
@@ -27,7 +27,7 @@ class BluetoothLowEnergyNotifySession : public ApiResource {
device::BluetoothGattNotifySession* GetSession() 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