Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index b9b4c8fa7ad500c733579dc698d60cf446d9d539..3b036d69411d3c8d2e9acf6b367ed778b5932cdf 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2421,7 +2421,7 @@ const char kShelfAlignmentLocal[] = "shelf_alignment_local"; |
const char kShelfAutoHideBehavior[] = "auto_hide_behavior"; |
const char kShelfAutoHideBehaviorLocal[] = "auto_hide_behavior_local"; |
// This value stores chrome icon's index in the launcher. This should be handled |
-// separately with app shortcut's index because of LauncherModel's backward |
+// separately with app shortcut's index because of ShelfModel's backward |
// compatability. If we add chrome icon index to |kPinnedLauncherApps|, its |
// index is also stored in the |kPinnedLauncherApp| pref. It may causes |
// creating two chrome icons. |