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 |