| Index: ash/shelf/shelf_widget.cc
|
| diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc
|
| index 6554768d944f0465f6bda40b3f3642156be19014..72c93fd115c188a221088c84d1ee184e9dd60e28 100644
|
| --- a/ash/shelf/shelf_widget.cc
|
| +++ b/ash/shelf/shelf_widget.cc
|
| @@ -5,6 +5,7 @@
|
| #include "ash/shelf/shelf_widget.h"
|
|
|
| #include "ash/ash_switches.h"
|
| +#include "ash/common/shell_window_ids.h"
|
| #include "ash/common/wm/shelf/wm_shelf_constants.h"
|
| #include "ash/common/wm/shelf/wm_shelf_util.h"
|
| #include "ash/common/wm/wm_root_window_controller.h"
|
| @@ -19,7 +20,6 @@
|
| #include "ash/shelf/shelf_view.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| -#include "ash/shell_window_ids.h"
|
| #include "ash/system/tray/system_tray_delegate.h"
|
| #include "ash/wm/aura/wm_window_aura.h"
|
| #include "ash/wm/status_area_layout_manager.h"
|
|
|