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

Unified Diff: ash/desktop_background/desktop_background_controller.h

Issue 680153002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting 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 e9bf6393ef752b76817762514fc279b7decc1d33..66752a1bd1d2b4c3b7248e373c54bce180f55021 100644
--- a/ash/desktop_background/desktop_background_controller.h
+++ b/ash/desktop_background/desktop_background_controller.h
@@ -58,7 +58,7 @@ class ASH_EXPORT DesktopBackgroundController
};
DesktopBackgroundController();
- virtual ~DesktopBackgroundController();
+ ~DesktopBackgroundController() override;
BackgroundMode desktop_background_mode() const {
return desktop_background_mode_;
@@ -97,10 +97,10 @@ class ASH_EXPORT DesktopBackgroundController
bool MoveDesktopToUnlockedContainer();
// DisplayController::Observer:
- virtual void OnDisplayConfigurationChanged() override;
+ void OnDisplayConfigurationChanged() override;
// ShellObserver:
- virtual void OnRootWindowAdded(aura::Window* root_window) override;
+ 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