Index: ash/shell_window_ids.h |
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h |
index 465965e290f49bb172a5d97ff435b806706a2b26..a64858fccb52377f021e4922a451f062f3d88c49 100644 |
--- a/ash/shell_window_ids.h |
+++ b/ash/shell_window_ids.h |
@@ -53,8 +53,8 @@ const int kShellWindowId_AlwaysOnTopContainer = 7; |
// The container for panel windows. |
const int kShellWindowId_PanelContainer = 8; |
-// The container for the launcher. |
-const int kShellWindowId_LauncherContainer = 9; |
+// The container for the shelf. |
+const int kShellWindowId_ShelfContainer = 9; |
// The container for the app list. |
const int kShellWindowId_AppListContainer = 10; |