X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fguest_view%2Fapp_view%2Fchrome_app_view_guest_delegate.h;h=0350c7d468a1251fe3981fefd347a97aa51d4575;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=1dc074edbbf19d77095377a82a93a0b0a8f549f4;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h b/src/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h index 1dc074e..0350c7d 100644 --- a/src/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h +++ b/src/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h @@ -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);