| Index: ash/shell_unittest.cc
|
| diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc
|
| index b3452c5bbd8240dafe102bd356d7e7185432113c..6679bddb7436e684825548f7124000e842455bc3 100644
|
| --- a/ash/shell_unittest.cc
|
| +++ b/ash/shell_unittest.cc
|
| @@ -84,10 +84,8 @@ void ExpectAllContainers() {
|
| Shell::GetContainer(root_window, kShellWindowId_OverlayContainer));
|
| EXPECT_TRUE(Shell::GetContainer(root_window,
|
| kShellWindowId_ImeWindowParentContainer));
|
| -#if defined(OS_CHROMEOS)
|
| EXPECT_TRUE(
|
| Shell::GetContainer(root_window, kShellWindowId_MouseCursorContainer));
|
| -#endif
|
| }
|
|
|
| class ModalWindow : public views::WidgetDelegateView {
|
|
|