Index: ash/shelf/shelf_navigator.cc |
diff --git a/ash/shelf/shelf_navigator.cc b/ash/shelf/shelf_navigator.cc |
index a6ce50e864d8292babf1417ff9535959d8bec82b..0dc5dfd5379adbca1009bf34b7a913cd303ffea2 100644 |
--- a/ash/shelf/shelf_navigator.cc |
+++ b/ash/shelf/shelf_navigator.cc |
@@ -4,7 +4,7 @@ |
#include "ash/shelf/shelf_navigator.h" |
-#include "ash/launcher/launcher_model.h" |
+#include "ash/shelf/shelf_model.h" |
namespace ash { |
@@ -21,7 +21,7 @@ bool ShouldSkip(ash::LauncherItemType type) { |
} // namespace |
-int GetNextActivatedItemIndex(const LauncherModel& model, |
+int GetNextActivatedItemIndex(const ShelfModel& model, |
CycleDirection direction) { |
const ash::LauncherItems& items = model.items(); |
int item_count = model.item_count(); |