| 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 5e11f092efb8b323c087e210c2b6866ed6fb11a3..1834b41c9f552598462339cbdc2b9320feb235d6 100644
|
| --- a/chrome/browser/extensions/extension_menu_manager.h
|
| +++ b/chrome/browser/extensions/extension_menu_manager.h
|
| @@ -240,7 +240,7 @@ class ExtensionMenuManager : public NotificationObserver {
|
| const ContextMenuParams& params,
|
| const ExtensionMenuItem::Id& menuItemId);
|
|
|
| - // This returns a bitmap of width/height kFavIconSize, loaded either from an
|
| + // 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
|
| // default extension icon.
|
| const SkBitmap& GetIconForExtension(const std::string& extension_id);
|
|
|