| Index: chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h
|
| diff --git a/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h b/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h
|
| index d1794a6481e84985169649c30f2d8d3825dcf289..0350c7d468a1251fe3981fefd347a97aa51d4575 100644
|
| --- a/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h
|
| +++ b/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);
|
|
|