diff options
Diffstat (limited to 'ash/shell/shell_main.cc')
-rw-r--r-- | ash/shell/shell_main.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/shell/shell_main.cc b/ash/shell/shell_main.cc index 7142406..0e5d961 100644 --- a/ash/shell/shell_main.cc +++ b/ash/shell/shell_main.cc @@ -3,6 +3,9 @@ // found in the LICENSE file. #include "ash/launcher/launcher_types.h" +#include "ash/shell.h" +#include "ash/shell_delegate.h" +#include "ash/shell_factory.h" #include "ash/shell/example_factory.h" #include "ash/shell/toplevel_window.h" #include "ash/wm/window_util.h" @@ -12,9 +15,6 @@ #include "base/memory/scoped_ptr.h" #include "base/message_loop.h" #include "ui/aura/root_window.h" -#include "ui/aura_shell/shell.h" -#include "ui/aura_shell/shell_delegate.h" -#include "ui/aura_shell/shell_factory.h" #include "ui/base/resource/resource_bundle.h" #include "ui/base/ui_base_paths.h" #include "ui/gfx/canvas.h" |