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

Unified Diff: chrome/browser/ui/screen_capture_notification_ui_stub.cc

Issue 900733003: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/ui/auto_login_infobar_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/screen_capture_notification_ui_stub.cc
diff --git a/chrome/browser/ui/screen_capture_notification_ui_stub.cc b/chrome/browser/ui/screen_capture_notification_ui_stub.cc
index 18dafa2da7ec1b4aa3f27f7b4e3d15fc5df0adec..0eab3ee91d2fd4cc6dda8f44f6ef37070da5d733 100644
--- a/chrome/browser/ui/screen_capture_notification_ui_stub.cc
+++ b/chrome/browser/ui/screen_capture_notification_ui_stub.cc
@@ -10,10 +10,9 @@
class ScreenCaptureNotificationUIStub : public ScreenCaptureNotificationUI {
public:
ScreenCaptureNotificationUIStub() {}
- virtual ~ScreenCaptureNotificationUIStub() {}
+ ~ScreenCaptureNotificationUIStub() override {}
- virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
- override {
+ gfx::NativeViewId OnStarted(const base::Closure& stop_callback) override {
NOTIMPLEMENTED();
return 0;
}
« no previous file with comments | « chrome/browser/ui/auto_login_infobar_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698