| Index: chrome/browser/renderer_context_menu/render_view_context_menu_test_util.h
 | 
| diff --git a/chrome/browser/renderer_context_menu/render_view_context_menu_test_util.h b/chrome/browser/renderer_context_menu/render_view_context_menu_test_util.h
 | 
| index 0d2249ab6b94f5907dfa36710549b86a80c299e3..05ceabe316704e6ad8fbbe5217da52b509977f7e 100644
 | 
| --- a/chrome/browser/renderer_context_menu/render_view_context_menu_test_util.h
 | 
| +++ b/chrome/browser/renderer_context_menu/render_view_context_menu_test_util.h
 | 
| @@ -40,10 +40,6 @@ class TestRenderViewContextMenu : public RenderViewContextMenu {
 | 
|                                             const GURL& link_url,
 | 
|                                             const GURL& frame_url);
 | 
|  
 | 
| -  // Implementation of pure virtuals in RenderViewContextMenu.
 | 
| -  bool GetAcceleratorForCommandId(int command_id,
 | 
| -                                  ui::Accelerator* accelerator) const override;
 | 
| -
 | 
|    // Returns true if the command specified by |command_id| is present
 | 
|    // in the menu.
 | 
|    // A list of command ids can be found in chrome/app/chrome_command_ids.h.
 | 
| 
 |