diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-07 14:42:12 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-07 14:42:12 +0000 |
commit | b7c504cecc8b04c302e281ebc72da98ee4a6dd2d (patch) | |
tree | d7ea23ca69c62eda1f0972c7c64acb13c7311108 /content/shell/shell_browser_main.cc | |
parent | b2dfbc509328f83c1996c16bee638ab14416abeb (diff) | |
download | chromium_src-b7c504cecc8b04c302e281ebc72da98ee4a6dd2d.zip chromium_src-b7c504cecc8b04c302e281ebc72da98ee4a6dd2d.tar.gz chromium_src-b7c504cecc8b04c302e281ebc72da98ee4a6dd2d.tar.bz2 |
[content shell] move code common to several processes to a common dir
BUG=180021
TBR=marja@chromium.org
Review URL: https://codereview.chromium.org/14767019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_browser_main.cc')
-rw-r--r-- | content/shell/shell_browser_main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/shell/shell_browser_main.cc b/content/shell/shell_browser_main.cc index e6e45c3..325795a 100644 --- a/content/shell/shell_browser_main.cc +++ b/content/shell/shell_browser_main.cc @@ -17,10 +17,10 @@ #include "base/threading/thread_restrictions.h" #include "base/utf_string_conversions.h" #include "content/public/browser/browser_main_runner.h" +#include "content/shell/common/shell_switches.h" +#include "content/shell/common/webkit_test_helpers.h" #include "content/shell/shell.h" -#include "content/shell/shell_switches.h" #include "content/shell/webkit_test_controller.h" -#include "content/shell/webkit_test_helpers.h" #include "net/base/net_util.h" #include "webkit/support/webkit_support.h" |