Index: athena/main/athena_main.cc |
diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc |
index 628603427b79476c0aa4eff44267e3310dd48b7c..a8063e78ce8a802db1ee8d5d37bdfad66a23164a 100644 |
--- a/athena/main/athena_main.cc |
+++ b/athena/main/athena_main.cc |
@@ -2,13 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "apps/shell/app/shell_main_delegate.h" |
-#include "apps/shell/browser/shell_browser_main_delegate.h" |
-#include "apps/shell/browser/shell_content_browser_client.h" |
-#include "apps/shell/browser/shell_desktop_controller.h" |
-#include "apps/shell/browser/shell_extension_system.h" |
-#include "apps/shell/common/switches.h" |
-#include "apps/shell/renderer/shell_renderer_main_delegate.h" |
#include "athena/content/public/content_activity_factory.h" |
#include "athena/content/public/content_app_model_builder.h" |
#include "athena/home/public/home_card.h" |
@@ -24,6 +17,13 @@ |
#include "base/file_util.h" |
#include "base/path_service.h" |
#include "content/public/app/content_main.h" |
+#include "extensions/shell/app/shell_main_delegate.h" |
+#include "extensions/shell/browser/shell_browser_main_delegate.h" |
+#include "extensions/shell/browser/shell_content_browser_client.h" |
+#include "extensions/shell/browser/shell_desktop_controller.h" |
+#include "extensions/shell/browser/shell_extension_system.h" |
+#include "extensions/shell/common/switches.h" |
+#include "extensions/shell/renderer/shell_renderer_main_delegate.h" |
#include "ui/app_list/app_list_switches.h" |
#include "ui/aura/window_tree_host.h" |
#include "ui/base/resource/resource_bundle.h" |