| Index: ash/wm/panels/panel_layout_manager_unittest.cc
|
| diff --git a/ash/wm/panels/panel_layout_manager_unittest.cc b/ash/wm/panels/panel_layout_manager_unittest.cc
|
| index 08f53f7aa8b5f8b538276a8b90663bb014c793cf..0670b445bf99f424256049ed410d47a53fefb643 100644
|
| --- a/ash/wm/panels/panel_layout_manager_unittest.cc
|
| +++ b/ash/wm/panels/panel_layout_manager_unittest.cc
|
| @@ -446,8 +446,7 @@ TEST_F(PanelLayoutManagerTest, MultiplePanelCallout) {
|
| wm::ActivateWindow(w3.get());
|
| EXPECT_NO_FATAL_FAILURE(IsCalloutAboveLauncherIcon(w3.get()));
|
| w3.reset();
|
| - if (views::corewm::UseFocusController())
|
| - EXPECT_NO_FATAL_FAILURE(IsCalloutAboveLauncherIcon(w2.get()));
|
| + EXPECT_NO_FATAL_FAILURE(IsCalloutAboveLauncherIcon(w2.get()));
|
| }
|
|
|
| // Tests removing panels.
|
|
|