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

Unified Diff: ui/display/chromeos/x11/display_mode_x11.h

Issue 853073002: Update {virtual,override,final} to follow C++11 style in ui. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: ui/display/chromeos/x11/display_mode_x11.h
diff --git a/ui/display/chromeos/x11/display_mode_x11.h b/ui/display/chromeos/x11/display_mode_x11.h
index 012e6dab33971ea2abb53dece9d838299ae8e8c3..d3e204bf41221cf9495f86b1e788c8294c6b355e 100644
--- a/ui/display/chromeos/x11/display_mode_x11.h
+++ b/ui/display/chromeos/x11/display_mode_x11.h
@@ -20,7 +20,7 @@ class DISPLAY_EXPORT DisplayModeX11 : public DisplayMode {
bool interlaced,
float refresh_rate,
RRMode mode_id);
- virtual ~DisplayModeX11();
+ ~DisplayModeX11() override;
RRMode mode_id() const { return mode_id_; }
« no previous file with comments | « ui/display/chromeos/update_display_configuration_task_unittest.cc ('k') | ui/display/chromeos/x11/display_snapshot_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698