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

Unified Diff: ash/launcher/launcher_model.h

Issue 14533006: Drag and drop between app list and launcher - First patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months 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
Index: ash/launcher/launcher_model.h
diff --git a/ash/launcher/launcher_model.h b/ash/launcher/launcher_model.h
index 3e2ba597be37655923f24812bc1870be4a872b93..0d544866b97636483facc2eb4a9cc3aa96b8355d 100644
--- a/ash/launcher/launcher_model.h
+++ b/ash/launcher/launcher_model.h
@@ -45,7 +45,7 @@ class ASH_EXPORT LauncherModel {
void Set(int index, const LauncherItem& item);
// Returns the index of the item by id.
- int ItemIndexByID(int id) const;
+ int ItemIndexByID(LauncherID id) const;
// Returns the index of the first panel or the index where the first panel
// would go if there are no panels.

Powered by Google App Engine
This is Rietveld 408576698