| 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 4b0a1706c68524b1810450ab7e1a7618d74fce3d..a1f5554621e16f6ec9c4e527b74ddecf1d6ca141 100644
|
| --- a/chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h
|
| +++ b/chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.h
|
| @@ -19,7 +19,7 @@ class ScreenCaptureNotificationUIChromeOS : public ScreenCaptureNotificationUI {
|
|
|
| // ScreenCaptureNotificationUI overrides.
|
| virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
|
| - OVERRIDE;
|
| + override;
|
|
|
| private:
|
| const base::string16 text_;
|
|
|