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

Unified Diff: ash/shelf/shelf_navigator.cc

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_navigator.h ('k') | ash/shelf/shelf_navigator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « ash/shelf/shelf_navigator.h ('k') | ash/shelf/shelf_navigator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698