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

Unified Diff: ash/display/projecting_observer_chromeos.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_manager_unittest.cc ('k') | ash/display/projecting_observer_chromeos_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/projecting_observer_chromeos.h
diff --git a/ash/display/projecting_observer_chromeos.h b/ash/display/projecting_observer_chromeos.h
index 6def42ea27b6abca3aa26a0304a1165ae0947dc8..4c04be8a1cdf4b45d2fdc16ef23ead6381af969b 100644
--- a/ash/display/projecting_observer_chromeos.h
+++ b/ash/display/projecting_observer_chromeos.h
@@ -19,13 +19,13 @@ class ASH_EXPORT ProjectingObserver : public ui::DisplayConfigurator::Observer {
// |power_manager_client| must outlive this object.
explicit ProjectingObserver(
chromeos::PowerManagerClient* power_manager_client);
- virtual ~ProjectingObserver();
+ ~ProjectingObserver() override;
// Called when a casting session is started or stopped.
void OnCastingSessionStartedOrStopped(bool started);
// DisplayConfigurator::Observer implementation:
- virtual void OnDisplayModeChanged(
+ void OnDisplayModeChanged(
const ui::DisplayConfigurator::DisplayStateList& outputs) override;
private:
« no previous file with comments | « ash/display/display_manager_unittest.cc ('k') | ash/display/projecting_observer_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698