| Index: ash/display/screen_ash.cc
|
| diff --git a/ash/display/screen_ash.cc b/ash/display/screen_ash.cc
|
| index bf45e9f5037cb074b1ae1a99478ef53540944a8e..5e987f4216488c2da2a433a7ac284f4f368996d1 100644
|
| --- a/ash/display/screen_ash.cc
|
| +++ b/ash/display/screen_ash.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "ash/display/screen_ash.h"
|
|
|
| +#include "ash/common/wm/root_window_finder.h"
|
| #include "ash/display/display_manager.h"
|
| #include "ash/display/window_tree_host_manager.h"
|
| #include "ash/root_window_controller.h"
|
| @@ -12,7 +13,6 @@
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| #include "ash/wm/aura/wm_window_aura.h"
|
| -#include "ash/wm/common/root_window_finder.h"
|
| #include "base/logging.h"
|
| #include "ui/aura/client/screen_position_client.h"
|
| #include "ui/aura/env.h"
|
|
|