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

Unified Diff: ash/system/chromeos/tray_caps_lock.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (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
« no previous file with comments | « ash/system/chromeos/system_clock_observer.h ('k') | ash/system/chromeos/tray_caps_lock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/tray_caps_lock.h
diff --git a/ash/system/chromeos/tray_caps_lock.h b/ash/system/chromeos/tray_caps_lock.h
index 0343126e5451941af6dce7663dd6f5df1ebac738..67cafcddd80b1acef8204a7d9a6fc95daacd1688 100644
--- a/ash/system/chromeos/tray_caps_lock.h
+++ b/ash/system/chromeos/tray_caps_lock.h
@@ -25,14 +25,14 @@ class TrayCapsLock : public TrayImageItem,
private:
// Overriden from chromeos::input_method::ImeKeyboard::Observer:
- virtual void OnCapsLockChanged(bool enabled) OVERRIDE;
+ virtual void OnCapsLockChanged(bool enabled) override;
// Overridden from TrayImageItem.
- virtual bool GetInitialVisibility() OVERRIDE;
- virtual views::View* CreateDefaultView(user::LoginStatus status) OVERRIDE;
- virtual views::View* CreateDetailedView(user::LoginStatus status) OVERRIDE;
- virtual void DestroyDefaultView() OVERRIDE;
- virtual void DestroyDetailedView() OVERRIDE;
+ virtual bool GetInitialVisibility() override;
+ virtual views::View* CreateDefaultView(user::LoginStatus status) override;
+ virtual views::View* CreateDetailedView(user::LoginStatus status) override;
+ virtual void DestroyDefaultView() override;
+ virtual void DestroyDetailedView() override;
CapsLockDefaultView* default_;
views::View* detailed_;
« no previous file with comments | « ash/system/chromeos/system_clock_observer.h ('k') | ash/system/chromeos/tray_caps_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698