| Index: ash/mus/container_ids.cc
|
| diff --git a/ash/mus/container_ids.cc b/ash/mus/container_ids.cc
|
| index e3407fdf3fdacf3320a007ef90514591142edd56..554363ffc892c3750d9db50358544613aad75a0f 100644
|
| --- a/ash/mus/container_ids.cc
|
| +++ b/ash/mus/container_ids.cc
|
| @@ -14,8 +14,8 @@ namespace mus {
|
|
|
| int MashContainerToAshShellWindowId(Container container) {
|
| switch (container) {
|
| - case Container::USER_BACKGROUND:
|
| - return kShellWindowId_DesktopBackgroundContainer;
|
| + case Container::WALLPAPER:
|
| + return kShellWindowId_WallpaperContainer;
|
|
|
| case Container::USER_PRIVATE_SHELF:
|
| return kShellWindowId_ShelfContainer;
|
|
|