Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / web_modal / test_web_contents_modal_dialog_manager_delegate.h
index 3ca641a..2abb386 100644 (file)
@@ -18,13 +18,12 @@ class TestWebContentsModalDialogManagerDelegate
   TestWebContentsModalDialogManagerDelegate();
 
   // WebContentsModalDialogManagerDelegate overrides:
-  virtual void SetWebContentsBlocked(content::WebContents* web_contents,
-                                     bool blocked) OVERRIDE;
+  void SetWebContentsBlocked(content::WebContents* web_contents,
+                             bool blocked) override;
 
-  virtual WebContentsModalDialogHost* GetWebContentsModalDialogHost() OVERRIDE;
+  WebContentsModalDialogHost* GetWebContentsModalDialogHost() override;
 
-  virtual bool IsWebContentsVisible(
-      content::WebContents* web_contents) OVERRIDE;
+  bool IsWebContentsVisible(content::WebContents* web_contents) override;
 
   void set_web_contents_visible(bool visible) {
     web_contents_visible_ = visible;