| 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 1dc074edbbf19d77095377a82a93a0b0a8f549f4..d1794a6481e84985169649c30f2d8d3825dcf289 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
|
| @@ -17,7 +17,7 @@ class ChromeAppViewGuestDelegate : public AppViewGuestDelegate {
|
|
|
| virtual bool HandleContextMenu(
|
| content::WebContents* web_contents,
|
| - const content::ContextMenuParams& params) OVERRIDE;
|
| + const content::ContextMenuParams& params) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ChromeAppViewGuestDelegate);
|
|
|