Index: chrome/browser/extensions/extension_menu_manager.h |
diff --git a/chrome/browser/extensions/extension_menu_manager.h b/chrome/browser/extensions/extension_menu_manager.h |
index 1197c2743822119050c2990b3c50cc4d4b724aa7..611954068bd6834efa0d5be1fe6e58577f3a3e45 100644 |
--- a/chrome/browser/extensions/extension_menu_manager.h |
+++ b/chrome/browser/extensions/extension_menu_manager.h |
@@ -294,9 +294,10 @@ class ExtensionMenuManager : public content::NotificationObserver { |
bool ItemUpdated(const ExtensionMenuItem::Id& id); |
// Called when a menu item is clicked on by the user. |
- void ExecuteCommand(Profile* profile, content::WebContents* web_contents, |
+ void ExecuteCommand(Profile* profile, |
+ content::WebContents* web_contents, |
const content::ContextMenuParams& params, |
- const ExtensionMenuItem::Id& menuItemId); |
+ const ExtensionMenuItem::Id& menu_item_id); |
// This returns a bitmap of width/height kFaviconSize, loaded either from an |
// entry specified in the extension's 'icon' section of the manifest, or a |