| Index: chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h
|
| diff --git a/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h b/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h
|
| index 8fdeef3746d6b1fdf1ed9a981ac6842a9b912e76..a0803aed9719fbac7636535b0fe79f36e06d6f86 100644
|
| --- a/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h
|
| +++ b/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h
|
| @@ -22,7 +22,7 @@ class ContextMenuNotificationObserver : public content::NotificationObserver {
|
| private:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| void ExecuteCommand(RenderViewContextMenu* context_menu);
|
|
|
| @@ -51,7 +51,7 @@ class SaveLinkAsContextMenuObserver : public ContextMenuNotificationObserver {
|
| private:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| void Cancel(RenderViewContextMenu* context_menu);
|
|
|
|
|