Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h |
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h |
index fb29db9ebb5a03b7774f60043feb6bcb38ac1203..42463c30936e2f819053dfed4236b4235ae983fa 100644 |
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h |
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h |
@@ -11,7 +11,6 @@ |
#include "ash/common/shelf/shelf_item_delegate.h" |
#include "ash/common/shelf/shelf_item_types.h" |
-#include "ash/public/cpp/shelf_application_menu_item.h" |
#include "ash/public/interfaces/shelf.mojom.h" |
#include "chrome/browser/ui/app_icon_loader.h" |
#include "chrome/browser/ui/app_icon_loader_delegate.h" |
@@ -180,7 +179,7 @@ class ChromeLauncherController : public ash::mojom::ShelfObserver, |
virtual void AdditionalUserAddedToSession(Profile* profile) = 0; |
// Get the list of all running incarnations of this item. |
- virtual ash::ShelfAppMenuItemList GetAppMenuItemsForTesting( |
+ virtual ash::ShelfItemDelegate::MenuItemList GetAppMenuItemsForTesting( |
const ash::ShelfItem& item) = 0; |
// Get the list of all tabs which belong to a certain application type. |