| Index: ash/system/chromeos/power/video_activity_notifier.h
|
| diff --git a/ash/system/chromeos/power/video_activity_notifier.h b/ash/system/chromeos/power/video_activity_notifier.h
|
| index 8c2dc41ce6ca77585180f6a456a54061c873ec52..3116160341687a5d723810af0cbc5cc88e678832 100644
|
| --- a/ash/system/chromeos/power/video_activity_notifier.h
|
| +++ b/ash/system/chromeos/power/video_activity_notifier.h
|
| @@ -20,10 +20,10 @@ class VideoActivityNotifier : public VideoDetectorObserver,
|
| virtual ~VideoActivityNotifier();
|
|
|
| // VideoDetectorObserver implementation.
|
| - virtual void OnVideoDetected(bool is_fullscreen) OVERRIDE;
|
| + virtual void OnVideoDetected(bool is_fullscreen) override;
|
|
|
| // ShellObserver implementation.
|
| - virtual void OnLockStateChanged(bool locked) OVERRIDE;
|
| + virtual void OnLockStateChanged(bool locked) override;
|
|
|
| private:
|
| VideoDetector* detector_; // not owned
|
|
|