Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1048)

Unified Diff: content/shell/browser/shell_browser_main_parts.cc

Issue 23316003: [content shell] move browser process stuff into browser/ subdir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « content/shell/browser/shell_browser_main_parts.h ('k') | content/shell/browser/shell_browser_main_parts_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698