diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-24 17:40:50 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-24 17:40:50 +0000 |
commit | 567812dd45d36e093554664bdbd4284a9670a8b3 (patch) | |
tree | 803b8da070eabfd2efa6a50b53f331c4255bbbc6 /chrome/browser/io_thread.cc | |
parent | abe19c107967234fce377db157b8b963f83ec529 (diff) | |
download | chromium_src-567812dd45d36e093554664bdbd4284a9670a8b3.zip chromium_src-567812dd45d36e093554664bdbd4284a9670a8b3.tar.gz chromium_src-567812dd45d36e093554664bdbd4284a9670a8b3.tar.bz2 |
Move in_process_webkit dir from chrome\browser to content\browser.
Review URL: http://codereview.chromium.org/6580019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75902 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.cc')
-rw-r--r-- | chrome/browser/io_thread.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc index 139bf9e..7839925 100644 --- a/chrome/browser/io_thread.cc +++ b/chrome/browser/io_thread.cc @@ -16,9 +16,6 @@ #include "base/string_util.h" #include "base/threading/thread_restrictions.h" #include "chrome/browser/browser_process.h" -#include "chrome/browser/browser_thread.h" -#include "chrome/browser/gpu_process_host.h" -#include "chrome/browser/in_process_webkit/indexed_db_key_utility_client.h" #include "chrome/browser/net/chrome_net_log.h" #include "chrome/browser/net/chrome_url_request_context.h" #include "chrome/browser/net/connect_interceptor.h" @@ -29,6 +26,9 @@ #include "chrome/common/net/raw_host_resolver_proc.h" #include "chrome/common/net/url_fetcher.h" #include "chrome/common/pref_names.h" +#include "content/browser/browser_thread.h" +#include "content/browser/gpu_process_host.h" +#include "content/browser/in_process_webkit/indexed_db_key_utility_client.h" #include "net/base/cert_verifier.h" #include "net/base/cookie_monster.h" #include "net/base/dnsrr_resolver.h" |