| Index: ash/shell/shell_main.cc
|
| ===================================================================
|
| --- ash/shell/shell_main.cc (revision 115655)
|
| +++ ash/shell/shell_main.cc (working copy)
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "ash/shell/toplevel_window.h"
|
| +#include "ash/wm/window_util.h"
|
| #include "base/at_exit.h"
|
| #include "base/command_line.h"
|
| #include "base/i18n/icu_util.h"
|
| @@ -13,7 +14,6 @@
|
| #include "ui/aura_shell/shell.h"
|
| #include "ui/aura_shell/shell_delegate.h"
|
| #include "ui/aura_shell/shell_factory.h"
|
| -#include "ui/aura_shell/window_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/ui_base_paths.h"
|
| #include "ui/gfx/canvas.h"
|
|
|