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

Unified Diff: ash/display/display_configurator_animation.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
« no previous file with comments | « ash/display/display_change_observer_chromeos.h ('k') | ash/display/display_configurator_animation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_configurator_animation.h
diff --git a/ash/display/display_configurator_animation.h b/ash/display/display_configurator_animation.h
index b0f490af9433a2cfbefeb6c7687d5b719b62eb8e..ffc46b1180cffa93f17a931d883e599e1d6201af 100644
--- a/ash/display/display_configurator_animation.h
+++ b/ash/display/display_configurator_animation.h
@@ -44,9 +44,9 @@ class ASH_EXPORT DisplayConfiguratorAnimation
protected:
// ui::DisplayConfigurator::Observer overrides:
virtual void OnDisplayModeChanged(
- const ui::DisplayConfigurator::DisplayStateList& outputs) OVERRIDE;
+ const ui::DisplayConfigurator::DisplayStateList& outputs) override;
virtual void OnDisplayModeChangeFailed(
- ui::MultipleDisplayState failed_new_state) OVERRIDE;
+ ui::MultipleDisplayState failed_new_state) override;
private:
// Clears all hiding layers. Note that in case that this method is called
« no previous file with comments | « ash/display/display_change_observer_chromeos.h ('k') | ash/display/display_configurator_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698