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

Unified Diff: ash/rotator/screen_rotation.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/root_window_controller_unittest.cc ('k') | ash/screensaver/screensaver_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/rotator/screen_rotation.h
diff --git a/ash/rotator/screen_rotation.h b/ash/rotator/screen_rotation.h
index 66caaf6b0fdce3ca29a9ac5e848bcb06784c40da..500f6c367cb61b5b7d1067375abcdfdc342fc2f1 100644
--- a/ash/rotator/screen_rotation.h
+++ b/ash/rotator/screen_rotation.h
@@ -39,11 +39,11 @@ class ASH_EXPORT ScreenRotation : public ui::LayerAnimationElement {
void InitTransform(ui::Layer* layer);
// Implementation of ui::LayerAnimationDelegate
- virtual void OnStart(ui::LayerAnimationDelegate* delegate) OVERRIDE;
+ virtual void OnStart(ui::LayerAnimationDelegate* delegate) override;
virtual bool OnProgress(double t,
- ui::LayerAnimationDelegate* delegate) OVERRIDE;
- virtual void OnGetTarget(TargetValue* target) const OVERRIDE;
- virtual void OnAbort(ui::LayerAnimationDelegate* delegate) OVERRIDE;
+ ui::LayerAnimationDelegate* delegate) override;
+ virtual void OnGetTarget(TargetValue* target) const override;
+ virtual void OnAbort(ui::LayerAnimationDelegate* delegate) override;
scoped_ptr<ui::InterpolatedTransform> interpolated_transform_;
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/screensaver/screensaver_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698