| Index: ash/display/screen_ash.cc
|
| diff --git a/ash/display/screen_ash.cc b/ash/display/screen_ash.cc
|
| index b2b336cb87e4a1c09e46b7f43d405f97e40ddced..a0707b678bcc690c33acc11513f1d3e60ba933b6 100644
|
| --- a/ash/display/screen_ash.cc
|
| +++ b/ash/display/screen_ash.cc
|
| @@ -5,12 +5,12 @@
|
| #include "ash/display/screen_ash.h"
|
|
|
| #include "ash/aura/wm_window_aura.h"
|
| +#include "ash/common/shelf/shelf_widget.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"
|
| #include "ash/root_window_settings.h"
|
| -#include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| #include "base/logging.h"
|
| #include "ui/aura/client/screen_position_client.h"
|
|
|