| Index: ash/desktop_background/desktop_background_controller.cc
|
| diff --git a/ash/desktop_background/desktop_background_controller.cc b/ash/desktop_background/desktop_background_controller.cc
|
| index 510e9e789c01540d2aa9cd4764aa9d6151d08f6a..0f0ec55630632a4db62078e55c85675896880d66 100644
|
| --- a/ash/desktop_background/desktop_background_controller.cc
|
| +++ b/ash/desktop_background/desktop_background_controller.cc
|
| @@ -5,7 +5,6 @@
|
| #include "ash/desktop_background/desktop_background_controller.h"
|
|
|
| #include "ash/aura/wm_window_aura.h"
|
| -#include "ash/common/display/display_info.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/desktop_background/desktop_background_controller_observer.h"
|
| @@ -19,6 +18,7 @@
|
| #include "base/threading/sequenced_worker_pool.h"
|
| #include "components/wallpaper/wallpaper_resizer.h"
|
| #include "ui/aura/window.h"
|
| +#include "ui/display/manager/display_info.h"
|
| #include "ui/display/screen.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
|
|