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

Unified Diff: ash/touch/touch_observer_hud.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/system/user/user_card_view.cc ('k') | ash/touch/touch_transformer_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_observer_hud.h
diff --git a/ash/touch/touch_observer_hud.h b/ash/touch/touch_observer_hud.h
index e168e9f814c99ccc8fdbcab5be2a32cc29bc8978..e6783720f5fb31bcce872812ab29c286ee65f6ab 100644
--- a/ash/touch/touch_observer_hud.h
+++ b/ash/touch/touch_observer_hud.h
@@ -66,7 +66,7 @@ class ASH_EXPORT TouchObserverHUD : public ui::EventHandler,
#if defined(OS_CHROMEOS)
// Overriden from ui::DisplayConfigurator::Observer.
- virtual void OnDisplayModeChanged(
+ void OnDisplayModeChanged(
const ui::DisplayConfigurator::DisplayStateList& outputs) override;
#endif // defined(OS_CHROMEOS)
« no previous file with comments | « ash/system/user/user_card_view.cc ('k') | ash/touch/touch_transformer_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698