Index: content/shell/browser/shell_browser_main_parts.cc |
diff --git a/content/shell/shell_browser_main_parts.cc b/content/shell/browser/shell_browser_main_parts.cc |
similarity index 93% |
rename from content/shell/shell_browser_main_parts.cc |
rename to content/shell/browser/shell_browser_main_parts.cc |
index bf7233a41cd5e145f066eae1092ef1eaf598990d..966567594aa3f393048e4f00fdc994bd6956a44d 100644 |
--- a/content/shell/shell_browser_main_parts.cc |
+++ b/content/shell/browser/shell_browser_main_parts.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/shell/shell_browser_main_parts.h" |
+#include "content/shell/browser/shell_browser_main_parts.h" |
#include "base/bind.h" |
#include "base/command_line.h" |
@@ -16,11 +16,11 @@ |
#include "content/public/common/content_switches.h" |
#include "content/public/common/main_function_params.h" |
#include "content/public/common/url_constants.h" |
+#include "content/shell/browser/shell.h" |
+#include "content/shell/browser/shell_browser_context.h" |
+#include "content/shell/browser/shell_devtools_delegate.h" |
+#include "content/shell/browser/shell_net_log.h" |
#include "content/shell/common/shell_switches.h" |
-#include "content/shell/shell.h" |
-#include "content/shell/shell_browser_context.h" |
-#include "content/shell/shell_devtools_delegate.h" |
-#include "content/shell/shell_net_log.h" |
#include "grit/net_resources.h" |
#include "net/base/net_module.h" |
#include "net/base/net_util.h" |
@@ -30,7 +30,7 @@ |
#if defined(ENABLE_PLUGINS) |
#include "content/public/browser/plugin_service.h" |
-#include "content/shell/shell_plugin_service_filter.h" |
+#include "content/shell/browser/shell_plugin_service_filter.h" |
#endif |
#if defined(OS_ANDROID) |