summaryrefslogtreecommitdiffstats
path: root/ash/shelf/shelf_navigator.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shelf/shelf_navigator.h')
-rw-r--r--ash/shelf/shelf_navigator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/shelf/shelf_navigator.h b/ash/shelf/shelf_navigator.h
index 03bc155..b8ecfb3 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