| Index: chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h
|
| diff --git a/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h b/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h
|
| index 499d3eb1535ebc0d2b9c9e8dfa9c83ccd0252c00..0652fdd1ef83cc87341ddae3e74b89ebe86b6d6b 100644
|
| --- a/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h
|
| +++ b/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h
|
| @@ -13,10 +13,10 @@
|
| // guests are: searching, printing, speech and instant.
|
| class ContextMenuContentTypeWebView : public ContextMenuContentType {
|
| public:
|
| - virtual ~ContextMenuContentTypeWebView();
|
| + ~ContextMenuContentTypeWebView() override;
|
|
|
| // ContextMenuContentType overrides.
|
| - virtual bool SupportsGroup(int group) override;
|
| + bool SupportsGroup(int group) override;
|
|
|
| protected:
|
| ContextMenuContentTypeWebView(content::WebContents* web_contents,
|
|
|