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

Unified Diff: chrome/browser/chromeos/power/light_bar.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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: chrome/browser/chromeos/power/light_bar.h
diff --git a/chrome/browser/chromeos/power/light_bar.h b/chrome/browser/chromeos/power/light_bar.h
index b59688767ff160e0089691cf6586649b661c33f8..56f7676e5cb56bf92a8f84fe315b5367ff5e097b 100644
--- a/chrome/browser/chromeos/power/light_bar.h
+++ b/chrome/browser/chromeos/power/light_bar.h
@@ -19,7 +19,7 @@ class CHROMEOS_EXPORT LightBar : public PowerManagerClient::Observer {
virtual ~LightBar();
// PowerManagerClient::Observer implementation.
- virtual void DarkSuspendImminent() OVERRIDE;
+ virtual void DarkSuspendImminent() override;
private:
// Path to control the light bar.

Powered by Google App Engine
This is Rietveld 408576698