| Index: ash/display/screen_ash_unittest.cc
|
| diff --git a/ash/display/screen_ash_unittest.cc b/ash/display/screen_ash_unittest.cc
|
| index 44771b5fde0eb747f75f5681cd894e5460e9a604..747474f6878b7c205835bc29e34e27c0bf0625d2 100644
|
| --- a/ash/display/screen_ash_unittest.cc
|
| +++ b/ash/display/screen_ash_unittest.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/display/display_manager.h"
|
| #include "ash/shell.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ui/aura/test/test_window_delegate.h"
|
| #include "ui/aura/window.h"
|
| +#include "ui/display/manager/display_manager.h"
|
|
|
| namespace ash {
|
|
|
|
|