| Index: ash/common/wm/container_finder.cc
|
| diff --git a/ash/common/wm/container_finder.cc b/ash/common/wm/container_finder.cc
|
| index cb5042baf6445e8c25ea603294fc3e946489040c..197c5fae038ca02f7ae2aba7e066ea932522a7ba 100644
|
| --- a/ash/common/wm/container_finder.cc
|
| +++ b/ash/common/wm/container_finder.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "ash/common/wm/container_finder.h"
|
|
|
| +#include "ash/common/shell_window_ids.h"
|
| #include "ash/common/wm/always_on_top_controller.h"
|
| #include "ash/common/wm/root_window_finder.h"
|
| #include "ash/common/wm/window_state.h"
|
| #include "ash/common/wm/wm_globals.h"
|
| #include "ash/common/wm/wm_root_window_controller.h"
|
| -#include "ash/common/wm/wm_shell_window_ids.h"
|
| #include "ash/common/wm/wm_window.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
|
|