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

Unified Diff: ash/display/display_manager.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_error_observer_chromeos_unittest.cc ('k') | ash/display/display_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_manager.h
diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
index 0dc917a7ea39b4fe7c9e505c6efd8f9761006789..3df8597da66cf18ffa61a28669800f2181172627 100644
--- a/ash/display/display_manager.h
+++ b/ash/display/display_manager.h
@@ -280,8 +280,8 @@ class ASH_EXPORT DisplayManager
// SoftwareMirroringController override:
#if defined(OS_CHROMEOS)
- virtual void SetSoftwareMirroring(bool enabled) OVERRIDE;
- virtual bool SoftwareMirroringEnabled() const OVERRIDE;
+ virtual void SetSoftwareMirroring(bool enabled) override;
+ virtual bool SoftwareMirroringEnabled() const override;
#endif
bool software_mirroring_enabled() const {
return second_display_mode_ == MIRRORING;
« no previous file with comments | « ash/display/display_error_observer_chromeos_unittest.cc ('k') | ash/display/display_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698