Index: ash/shelf/shelf_navigator.h |
diff --git a/ash/shelf/shelf_navigator.h b/ash/shelf/shelf_navigator.h |
index 03bc155f7472778f9d369e5d09abd4294e44bbeb..b8ecfb3a17b0c69c6d4b303699d04b67d839fcee 100644 |
--- a/ash/shelf/shelf_navigator.h |
+++ b/ash/shelf/shelf_navigator.h |
@@ -10,12 +10,12 @@ |
namespace ash { |
-class LauncherModel; |
+class ShelfModel; |
// Scans the current shelf item and returns the index of the shelf item which |
// should be activated next for the specified |direction|. Returns -1 if fails |
// to find such item. |
-ASH_EXPORT int GetNextActivatedItemIndex(const LauncherModel& model, |
+ASH_EXPORT int GetNextActivatedItemIndex(const ShelfModel& model, |
CycleDirection direction); |
} // namespace ash |