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

Unified Diff: ui/display/chromeos/x11/display_snapshot_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
« no previous file with comments | « ui/display/chromeos/x11/display_mode_x11.h ('k') | ui/display/chromeos/x11/native_display_delegate_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/chromeos/x11/display_snapshot_x11.h
diff --git a/ui/display/chromeos/x11/display_snapshot_x11.h b/ui/display/chromeos/x11/display_snapshot_x11.h
index 35b5f68ea7efb3b84a5bb64075e817145c1ef3e6..95d75e85debf7e5d40f4a3edc2667226a023743f 100644
--- a/ui/display/chromeos/x11/display_snapshot_x11.h
+++ b/ui/display/chromeos/x11/display_snapshot_x11.h
@@ -30,14 +30,14 @@ class DISPLAY_EXPORT DisplaySnapshotX11 : public DisplaySnapshot {
RROutput output,
RRCrtc crtc,
int index);
- virtual ~DisplaySnapshotX11();
+ ~DisplaySnapshotX11() override;
RROutput output() const { return output_; }
RRCrtc crtc() const { return crtc_; }
int index() const { return index_; }
// DisplaySnapshot overrides:
- virtual std::string ToString() const override;
+ std::string ToString() const override;
private:
RROutput output_;
« no previous file with comments | « ui/display/chromeos/x11/display_mode_x11.h ('k') | ui/display/chromeos/x11/native_display_delegate_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698