diff options
Diffstat (limited to 'ash/shell_unittest.cc')
-rw-r--r-- | ash/shell_unittest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc index a49f27dd..9782fbd 100644 --- a/ash/shell_unittest.cc +++ b/ash/shell_unittest.cc @@ -68,6 +68,8 @@ void ExpectAllContainers() { internal::kShellWindowId_DragImageAndTooltipContainer)); EXPECT_TRUE( shell->GetContainer(internal::kShellWindowId_SettingBubbleContainer)); + EXPECT_TRUE( + shell->GetContainer(internal::kShellWindowId_OverlayContainer)); } void TestCreateWindow(views::Widget::InitParams::Type type, |