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 c8557103e78ece2752d56ce7158dbee9de5596cb..0bacba740e976c8e7e8036dd56ec475d74a70eb0 100644 |
--- a/chrome/browser/extensions/extension_menu_manager.h |
+++ b/chrome/browser/extensions/extension_menu_manager.h |
@@ -297,9 +297,10 @@ class ExtensionMenuManager |
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 |