Index: chrome/browser/ui/toolbar/app_menu_model.cc |
diff --git a/chrome/browser/ui/toolbar/app_menu_model.cc b/chrome/browser/ui/toolbar/app_menu_model.cc |
index f25c0fd769e7d6b879fd5554bd9efa2a0fff9738..b44107983c3d3226a3c73c8c558172ce09c0da7a 100644 |
--- a/chrome/browser/ui/toolbar/app_menu_model.cc |
+++ b/chrome/browser/ui/toolbar/app_menu_model.cc |
@@ -982,7 +982,7 @@ void AppMenuModel::CreateCutCopyPasteMenu() { |
AddSeparator(ui::LOWER_SEPARATOR); |
// WARNING: Mac does not use the ButtonMenuItemModel, but instead defines the |
- // layout for this menu item in WrenchMenu.xib. It does, however, use the |
+ // layout for this menu item in AppMenu.xib. It does, however, use the |
// command_id value from AddButtonItem() to identify this special item. |
edit_menu_item_model_.reset(new ui::ButtonMenuItemModel(IDS_EDIT, this)); |
edit_menu_item_model_->AddGroupItemWithStringId(IDC_CUT, IDS_CUT); |
@@ -998,7 +998,7 @@ void AppMenuModel::CreateZoomMenu() { |
AddSeparator(ui::LOWER_SEPARATOR); |
// WARNING: Mac does not use the ButtonMenuItemModel, but instead defines the |
- // layout for this menu item in WrenchMenu.xib. It does, however, use the |
+ // layout for this menu item in AppMenu.xib. It does, however, use the |
// command_id value from AddButtonItem() to identify this special item. |
zoom_menu_item_model_.reset( |
new ui::ButtonMenuItemModel(IDS_ZOOM_MENU, this)); |