diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 04:20:34 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 04:20:34 +0000 |
commit | ffd7d7365317669d36edaaec4c49b1c0842a1dfc (patch) | |
tree | 601295d96c696fc524774e4f204c9ce6c85dc70c /chrome/browser/io_thread.cc | |
parent | 5bfeb5683378809d5fae8c008e1ebf02076299c9 (diff) | |
download | chromium_src-ffd7d7365317669d36edaaec4c49b1c0842a1dfc.zip chromium_src-ffd7d7365317669d36edaaec4c49b1c0842a1dfc.tar.gz chromium_src-ffd7d7365317669d36edaaec4c49b1c0842a1dfc.tar.bz2 |
Move URLFetcher from content/common to content/common/net.
Add a OWNERS for content/common/net
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100828
Review URL: http://codereview.chromium.org/7875006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.cc')
-rw-r--r-- | chrome/browser/io_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc index 38474c6..d0f3171 100644 --- a/chrome/browser/io_thread.cc +++ b/chrome/browser/io_thread.cc @@ -32,7 +32,7 @@ #include "content/browser/browser_thread.h" #include "content/browser/gpu/gpu_process_host.h" #include "content/browser/in_process_webkit/indexed_db_key_utility_client.h" -#include "content/common/url_fetcher.h" +#include "content/common/net/url_fetcher.h" #include "net/base/cert_verifier.h" #include "net/base/cookie_monster.h" #include "net/base/default_origin_bound_cert_store.h" |