Index: chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc |
diff --git a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc |
index 0f8b1a116565a64bd4a26125600362a3c33e0c64..3c3a2ae0393a09a83d831a9d627c33e8c7b24d08 100644 |
--- a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc |
+++ b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc |
@@ -7,7 +7,7 @@ |
#include <vector> |
#include "ash/launcher/launcher.h" |
-#include "ash/launcher/launcher_model.h" |
+#include "ash/shelf/shelf_model.h" |
#include "ash/shelf/shelf_model_util.h" |
#include "ash/shell.h" |
#include "ash/wm/window_util.h" |
@@ -57,7 +57,7 @@ void BrowserShortcutLauncherItemController::UpdateBrowserItemState() { |
if (!ash::Shell::HasInstance()) |
return; |
- ash::LauncherModel* model = launcher_controller()->model(); |
+ ash::ShelfModel* model = launcher_controller()->model(); |
// Determine the new browser's active state and change if necessary. |
int browser_index = |