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

Unified Diff: chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h

Issue 854053002: Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/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 | « chrome/browser/chromeos/ui/kiosk_external_update_notification.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h
diff --git a/chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h b/chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h
index a1f5554621e16f6ec9c4e527b74ddecf1d6ca141..6f90943bbcbf8d283d717c3796331664765f626a 100644
--- a/chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h
+++ b/chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h
@@ -15,11 +15,10 @@ class ScreenCaptureNotificationUIChromeOS : public ScreenCaptureNotificationUI {
public:
// |text| is used to specify the text for the notification.
explicit ScreenCaptureNotificationUIChromeOS(const base::string16& text);
- virtual ~ScreenCaptureNotificationUIChromeOS();
+ ~ScreenCaptureNotificationUIChromeOS() override;
// ScreenCaptureNotificationUI overrides.
- virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
- override;
+ gfx::NativeViewId OnStarted(const base::Closure& stop_callback) override;
private:
const base::string16 text_;
« no previous file with comments | « chrome/browser/chromeos/ui/kiosk_external_update_notification.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698