Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / guest_view / app_view / chrome_app_view_guest_delegate.h
index 1dc074e..0350c7d 100644 (file)
@@ -13,11 +13,10 @@ namespace extensions {
 class ChromeAppViewGuestDelegate : public AppViewGuestDelegate {
  public:
   ChromeAppViewGuestDelegate();
-  virtual ~ChromeAppViewGuestDelegate();
+  ~ChromeAppViewGuestDelegate() override;
 
-  virtual bool HandleContextMenu(
-      content::WebContents* web_contents,
-      const content::ContextMenuParams& params) OVERRIDE;
+  bool HandleContextMenu(content::WebContents* web_contents,
+                         const content::ContextMenuParams& params) override;
 
  private:
   DISALLOW_COPY_AND_ASSIGN(ChromeAppViewGuestDelegate);