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

Unified Diff: ash/system/chromeos/rotation/tray_rotation_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
Index: ash/system/chromeos/rotation/tray_rotation_lock.h
diff --git a/ash/system/chromeos/rotation/tray_rotation_lock.h b/ash/system/chromeos/rotation/tray_rotation_lock.h
index 2a134d0b7ddd7e069b42b30f42315b414540b9b5..f4f4fdeb4887ecc9ade556af300bb977687660c1 100644
--- a/ash/system/chromeos/rotation/tray_rotation_lock.h
+++ b/ash/system/chromeos/rotation/tray_rotation_lock.h
@@ -28,18 +28,18 @@ class ASH_EXPORT TrayRotationLock : public TrayImageItem,
virtual ~TrayRotationLock();
// MaximizeModeController::Observer:
- virtual void OnRotationLockChanged(bool rotation_locked) OVERRIDE;
+ virtual void OnRotationLockChanged(bool rotation_locked) override;
// SystemTrayItem:
- virtual views::View* CreateDefaultView(user::LoginStatus status) OVERRIDE;
+ virtual views::View* CreateDefaultView(user::LoginStatus status) override;
// ShellObserver:
- virtual void OnMaximizeModeStarted() OVERRIDE;
- virtual void OnMaximizeModeEnded() OVERRIDE;
+ virtual void OnMaximizeModeStarted() override;
+ virtual void OnMaximizeModeEnded() override;
protected:
// TrayImageItem:
- virtual bool GetInitialVisibility() OVERRIDE;
+ virtual bool GetInitialVisibility() override;
private:
friend class TrayRotationLockTest;
« no previous file with comments | « ash/system/chromeos/power/video_activity_notifier.h ('k') | ash/system/chromeos/rotation/tray_rotation_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698