summaryrefslogtreecommitdiffstats
path: root/ash/desktop_background/desktop_background_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/desktop_background/desktop_background_controller.h')
-rw-r--r--ash/desktop_background/desktop_background_controller.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/desktop_background/desktop_background_controller.h b/ash/desktop_background/desktop_background_controller.h
index e9bf639..66752a1 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