Index: ash/shell_unittest.cc |
diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc |
index aafb8cd8b5280d5f97bdb49ffd1d1858bf8bfe0f..98983d9a47778c26317f635ed3e38de241a4878b 100644 |
--- a/ash/shell_unittest.cc |
+++ b/ash/shell_unittest.cc |
@@ -81,8 +81,8 @@ void ExpectAllContainers() { |
Shell::GetContainer(root_window, kShellWindowId_SettingBubbleContainer)); |
EXPECT_TRUE( |
Shell::GetContainer(root_window, kShellWindowId_OverlayContainer)); |
- EXPECT_TRUE(Shell::GetContainer( |
- root_window, kShellWindowId_VirtualKeyboardParentContainer)); |
+ EXPECT_TRUE(Shell::GetContainer(root_window, |
+ kShellWindowId_ImeWindowParentContainer)); |
#if defined(OS_CHROMEOS) |
EXPECT_TRUE( |
Shell::GetContainer(root_window, kShellWindowId_MouseCursorContainer)); |