Index: ash/shelf/app_list_shelf_item_delegate.cc |
diff --git a/ash/shelf/app_list_shelf_item_delegate.cc b/ash/shelf/app_list_shelf_item_delegate.cc |
index b9fd49dae2d671744cb1b0a7824d3f03e6e8092b..7013d2be1f3dff6dd5a50a5e03bd794752a50d98 100644 |
--- a/ash/shelf/app_list_shelf_item_delegate.cc |
+++ b/ash/shelf/app_list_shelf_item_delegate.cc |
@@ -19,7 +19,7 @@ AppListShelfItemDelegate::AppListShelfItemDelegate() { |
} |
AppListShelfItemDelegate::~AppListShelfItemDelegate() { |
- // LauncherItemDelegateManager owns and destroys this class. |
+ // ShelfItemDelegateManager owns and destroys this class. |
} |
bool AppListShelfItemDelegate::ItemSelected(const ui::Event& event) { |
@@ -41,7 +41,7 @@ ui::MenuModel* AppListShelfItemDelegate::CreateContextMenu( |
return NULL; |
} |
-LauncherMenuModel* AppListShelfItemDelegate::CreateApplicationMenu( |
+ShelfMenuModel* AppListShelfItemDelegate::CreateApplicationMenu( |
int event_flags) { |
// AppList does not show an application menu. |
return NULL; |