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 |