| Index: ash/shell/window_watcher.cc
|
| diff --git a/ash/shell/window_watcher.cc b/ash/shell/window_watcher.cc
|
| index f171c34ec3de3eb4c7e3b1a8579908777f615015..0cacfbca40f106ebd5b3a7194fb2ff069bd89b3a 100644
|
| --- a/ash/shell/window_watcher.cc
|
| +++ b/ash/shell/window_watcher.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <utility>
|
|
|
| +#include "ash/common/shell_window_ids.h"
|
| #include "ash/display/window_tree_host_manager.h"
|
| #include "ash/shelf/shelf.h"
|
| #include "ash/shelf/shelf_item_delegate_manager.h"
|
| @@ -14,7 +15,6 @@
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell/window_watcher_shelf_item_delegate.h"
|
| -#include "ash/shell_window_ids.h"
|
| #include "ash/wm/window_util.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_event_dispatcher.h"
|
|
|