| Index: ash/shelf/shelf_layout_manager_unittest.cc
|
| diff --git a/ash/shelf/shelf_layout_manager_unittest.cc b/ash/shelf/shelf_layout_manager_unittest.cc
|
| index 870396321395e06fd6098751ad954851c4f25682..6969695188ee3e2b4ceeaaf781a459544e39bea9 100644
|
| --- a/ash/shelf/shelf_layout_manager_unittest.cc
|
| +++ b/ash/shelf/shelf_layout_manager_unittest.cc
|
| @@ -35,6 +35,7 @@
|
| #include "ui/compositor/layer.h"
|
| #include "ui/compositor/layer_animator.h"
|
| #include "ui/compositor/scoped_animation_duration_scale_mode.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/display.h"
|
| @@ -947,7 +948,7 @@ TEST_F(ShelfLayoutManagerTest, AutoHideShelfOnScreenBoundary) {
|
|
|
| UpdateDisplay("800x600,800x600");
|
| Shell::GetInstance()->display_manager()->SetLayoutForCurrentDisplays(
|
| - test::CreateDisplayLayout(DisplayPlacement::RIGHT, 0));
|
| + test::CreateDisplayLayout(display::DisplayPlacement::RIGHT, 0));
|
| // Put the primary monitor's shelf on the display boundary.
|
| ShelfLayoutManager* shelf = GetShelfLayoutManager();
|
| shelf->SetAlignment(SHELF_ALIGNMENT_RIGHT);
|
|
|