Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / browser / screen_orientation / screen_orientation_dispatcher_host_impl.h
index f3f1dcc..a884083 100644 (file)
@@ -24,20 +24,19 @@ class CONTENT_EXPORT ScreenOrientationDispatcherHostImpl
       public WebContentsObserver {
  public:
   explicit ScreenOrientationDispatcherHostImpl(WebContents* web_contents);
-  virtual ~ScreenOrientationDispatcherHostImpl();
+  ~ScreenOrientationDispatcherHostImpl() override;
 
   // ScreenOrientationDispatcherHost:
-  virtual void NotifyLockSuccess(int request_id) OVERRIDE;
-  virtual void NotifyLockError(int request_id,
-                               blink::WebLockOrientationError error) OVERRIDE;
-  virtual void OnOrientationChange() OVERRIDE;
-  virtual void SetProvider(ScreenOrientationProvider* provider) OVERRIDE;
+  void NotifyLockSuccess(int request_id) override;
+  void NotifyLockError(int request_id,
+                       blink::WebLockOrientationError error) override;
+  void OnOrientationChange() override;
 
   // WebContentsObserver:
-  virtual bool OnMessageReceived(const IPC::Message&,
-                                 RenderFrameHost* render_frame_host) OVERRIDE;
-  virtual void DidNavigateMainFrame(const LoadCommittedDetails& details,
-                                    const FrameNavigateParams& params) OVERRIDE;
+  bool OnMessageReceived(const IPC::Message&,
+                         RenderFrameHost* render_frame_host) override;
+  void DidNavigateMainFrame(const LoadCommittedDetails& details,
+                            const FrameNavigateParams& params) override;
 
  private:
   void OnLockRequest(RenderFrameHost* render_frame_host,