| 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.
|
|
|