Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1964)

Unified Diff: ash/shelf/shelf_navigator.h

Issue 71653003: ash: Rename LauncherModel to ShelfModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome changes Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/shelf/shelf_model_util.cc ('k') | ash/shelf/shelf_navigator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/shelf/shelf_model_util.cc ('k') | ash/shelf/shelf_navigator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698