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

Unified Diff: ash/desktop_background/desktop_background_controller.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/desktop_background/desktop_background_controller.h
diff --git a/ash/desktop_background/desktop_background_controller.h b/ash/desktop_background/desktop_background_controller.h
index ec9cd5f70713467342a34f2d11e0d180a6cbd991..e9bf6393ef752b76817762514fc279b7decc1d33 100644
--- a/ash/desktop_background/desktop_background_controller.h
+++ b/ash/desktop_background/desktop_background_controller.h
@@ -97,10 +97,10 @@ class ASH_EXPORT DesktopBackgroundController
bool MoveDesktopToUnlockedContainer();
// DisplayController::Observer:
- virtual void OnDisplayConfigurationChanged() OVERRIDE;
+ virtual void OnDisplayConfigurationChanged() override;
// ShellObserver:
- virtual void OnRootWindowAdded(aura::Window* root_window) OVERRIDE;
+ virtual void OnRootWindowAdded(aura::Window* root_window) override;
// Returns the maximum size of all displays combined in native
// resolutions. Note that this isn't the bounds of the display who
« no previous file with comments | « ash/default_user_wallpaper_delegate.h ('k') | ash/desktop_background/desktop_background_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698