Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / system / chromeos / power / video_activity_notifier.h
index 8c2dc41..3116160 100644 (file)
@@ -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