| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index a0f723ecb4f9a9f36d6109f5d34972e2c0e6d2b7..699023f70c3b485ad9dcd557015f829e9eac4c1e 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -10,6 +10,7 @@
|
| #include "ash/ash_constants.h"
|
| #include "ash/ash_switches.h"
|
| #include "ash/common/root_window_controller_common.h"
|
| +#include "ash/common/shelf/shelf_types.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/wm/always_on_top_controller.h"
|
| #include "ash/common/wm/container_finder.h"
|
| @@ -33,7 +34,6 @@
|
| #include "ash/root_window_settings.h"
|
| #include "ash/session/session_state_delegate.h"
|
| #include "ash/shelf/shelf_layout_manager.h"
|
| -#include "ash/shelf/shelf_types.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell_delegate.h"
|
|
|