diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-20 11:30:41 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-20 11:30:41 +0000 |
commit | de7d61ff0d16a335b4c5199bc638205df91700a5 (patch) | |
tree | bcd14deb2b6b242e2fc5e20bc136f177c2aa7c18 /content/shell/app/shell_main_delegate.cc | |
parent | 8162d4474a101a16cc729c94e979cb3216e2aa9d (diff) | |
download | chromium_src-de7d61ff0d16a335b4c5199bc638205df91700a5.zip chromium_src-de7d61ff0d16a335b4c5199bc638205df91700a5.tar.gz chromium_src-de7d61ff0d16a335b4c5199bc638205df91700a5.tar.bz2 |
[content shell] move browser process stuff into browser/ subdir
BUG=180021
R=marja@chromium.org
TBR=joi@chromium.org,ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23316003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/app/shell_main_delegate.cc')
-rw-r--r-- | content/shell/app/shell_main_delegate.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc index b5adadb..283f2d3 100644 --- a/content/shell/app/shell_main_delegate.cc +++ b/content/shell/app/shell_main_delegate.cc @@ -14,10 +14,10 @@ #include "content/public/common/url_constants.h" #include "content/public/test/layouttest_support.h" #include "content/shell/app/webkit_test_platform_support.h" +#include "content/shell/browser/shell_browser_main.h" +#include "content/shell/browser/shell_content_browser_client.h" #include "content/shell/common/shell_switches.h" #include "content/shell/renderer/shell_content_renderer_client.h" -#include "content/shell/shell_browser_main.h" -#include "content/shell/shell_content_browser_client.h" #include "net/cookies/cookie_monster.h" #include "ui/base/resource/resource_bundle.h" #include "ui/base/ui_base_paths.h" |