| Index: ash/wm/activation_controller.cc
|
| ===================================================================
|
| --- ash/wm/activation_controller.cc (revision 115655)
|
| +++ ash/wm/activation_controller.cc (working copy)
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "ash/wm/activation_controller.h"
|
|
|
| +#include "ash/wm/window_util.h"
|
| #include "base/auto_reset.h"
|
| #include "ui/aura/client/activation_delegate.h"
|
| #include "ui/aura/root_window.h"
|
| @@ -11,7 +12,6 @@
|
| #include "ui/aura/window_delegate.h"
|
| #include "ui/aura_shell/shell.h"
|
| #include "ui/aura_shell/shell_window_ids.h"
|
| -#include "ui/aura_shell/window_util.h"
|
|
|
| namespace aura_shell {
|
| namespace internal {
|
|
|