| Index: ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_window_resizer_unittest.cc b/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| index 91973fe12213b9de59f7003ac6943c0b9eb8ff37..c6e844edbd8ac59fa047fe254885ab43185c3aa4 100644
|
| --- a/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| @@ -24,6 +24,7 @@
|
| #include "ui/aura/test/test_window_delegate.h"
|
| #include "ui/aura/window_event_dispatcher.h"
|
| #include "ui/base/hit_test.h"
|
| +#include "ui/display/manager/display_layout.h"
|
| #include "ui/events/gesture_detection/gesture_configuration.h"
|
| #include "ui/events/test/event_generator.h"
|
| #include "ui/gfx/geometry/insets.h"
|
| @@ -822,7 +823,7 @@ TEST_F(WorkspaceWindowResizerTest, DontDragOffBottomWithMultiDisplay) {
|
|
|
| // Positions the secondary display at the bottom the primary display.
|
| Shell::GetInstance()->display_manager()->SetLayoutForCurrentDisplays(
|
| - test::CreateDisplayLayout(ash::DisplayPlacement::BOTTOM, 0));
|
| + test::CreateDisplayLayout(display::DisplayPlacement::BOTTOM, 0));
|
|
|
| {
|
| window_->SetBounds(gfx::Rect(100, 200, 300, 20));
|
|
|