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 d33ad4a60303026c26ea2d483e73ff849ed3b7c7..18dafa2da7ec1b4aa3f27f7b4e3d15fc5df0adec 100644 |
--- a/chrome/browser/ui/screen_capture_notification_ui_stub.cc |
+++ b/chrome/browser/ui/screen_capture_notification_ui_stub.cc |
@@ -13,7 +13,7 @@ class ScreenCaptureNotificationUIStub : public ScreenCaptureNotificationUI { |
virtual ~ScreenCaptureNotificationUIStub() {} |
virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback) |
- OVERRIDE { |
+ override { |
NOTIMPLEMENTED(); |
return 0; |
} |