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

Unified Diff: ash/display/display_configurator_animation.h

Issue 800983006: Update {virtual,override,final} to follow C++11 style in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Workaround Created 5 years, 11 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 ffc46b1180cffa93f17a931d883e599e1d6201af..fc17e8f7bb4758c9617bbe4185a6a7562fbb5c92 100644
--- a/ash/display/display_configurator_animation.h
+++ b/ash/display/display_configurator_animation.h
@@ -31,7 +31,7 @@ class ASH_EXPORT DisplayConfiguratorAnimation
: public ui::DisplayConfigurator::Observer {
public:
DisplayConfiguratorAnimation();
- virtual ~DisplayConfiguratorAnimation();
+ ~DisplayConfiguratorAnimation() override;
// Starts the fade-out animation for the all root windows. It will
// call |callback| once all of the animations have finished.
@@ -43,9 +43,9 @@ class ASH_EXPORT DisplayConfiguratorAnimation
protected:
// ui::DisplayConfigurator::Observer overrides:
- virtual void OnDisplayModeChanged(
+ void OnDisplayModeChanged(
const ui::DisplayConfigurator::DisplayStateList& outputs) override;
- virtual void OnDisplayModeChangeFailed(
+ void OnDisplayModeChangeFailed(
ui::MultipleDisplayState failed_new_state) override;
private:
« 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