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

Unified Diff: ash/default_user_wallpaper_delegate.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/default_accessibility_delegate.h ('k') | ash/desktop_background/desktop_background_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/default_user_wallpaper_delegate.h
diff --git a/ash/default_user_wallpaper_delegate.h b/ash/default_user_wallpaper_delegate.h
index ad7da6c939a1351cddc86ad50c908f98236c32db..42fb1a35c2ef76944c637d64f3fd3af1417afdb2 100644
--- a/ash/default_user_wallpaper_delegate.h
+++ b/ash/default_user_wallpaper_delegate.h
@@ -18,17 +18,17 @@ class ASH_EXPORT DefaultUserWallpaperDelegate : public UserWallpaperDelegate {
virtual ~DefaultUserWallpaperDelegate() {}
// UserWallpaperDelegate overrides:
- virtual int GetAnimationType() OVERRIDE;
- virtual int GetAnimationDurationOverride() OVERRIDE;
+ virtual int GetAnimationType() override;
+ virtual int GetAnimationDurationOverride() override;
virtual void SetAnimationDurationOverride(
- int animation_duration_in_ms) OVERRIDE;
- virtual bool ShouldShowInitialAnimation() OVERRIDE;
- virtual void UpdateWallpaper(bool clear_cache) OVERRIDE;
- virtual void InitializeWallpaper() OVERRIDE;
- virtual void OpenSetWallpaperPage() OVERRIDE;
- virtual bool CanOpenSetWallpaperPage() OVERRIDE;
- virtual void OnWallpaperAnimationFinished() OVERRIDE;
- virtual void OnWallpaperBootAnimationFinished() OVERRIDE;
+ int animation_duration_in_ms) override;
+ virtual bool ShouldShowInitialAnimation() override;
+ virtual void UpdateWallpaper(bool clear_cache) override;
+ virtual void InitializeWallpaper() override;
+ virtual void OpenSetWallpaperPage() override;
+ virtual bool CanOpenSetWallpaperPage() override;
+ virtual void OnWallpaperAnimationFinished() override;
+ virtual void OnWallpaperBootAnimationFinished() override;
private:
DISALLOW_COPY_AND_ASSIGN(DefaultUserWallpaperDelegate);
« no previous file with comments | « ash/default_accessibility_delegate.h ('k') | ash/desktop_background/desktop_background_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698