| Index: chrome/browser/ui/toolbar/wrench_menu_model.h
|
| diff --git a/chrome/browser/ui/toolbar/wrench_menu_model.h b/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| index d2f65f7a01f970ab60baf681835a88be07d47f25..490c7eceb8fdbd11dfa81b21e529d058b30eefc2 100644
|
| --- a/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| +++ b/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| @@ -87,7 +87,7 @@ class WrenchMenuModel : public ui::SimpleMenuModel,
|
| virtual bool IsItemForCommandIdDynamic(int command_id) const OVERRIDE;
|
| virtual string16 GetLabelForCommandId(int command_id) const OVERRIDE;
|
| virtual bool GetIconForCommandId(int command_id,
|
| - gfx::ImageSkia* icon) const OVERRIDE;
|
| + gfx::Image* icon) const OVERRIDE;
|
| virtual void ExecuteCommand(int command_id) OVERRIDE;
|
| virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
|
| virtual bool IsCommandIdEnabled(int command_id) const OVERRIDE;
|
|
|