diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 01:17:53 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 01:17:53 +0000 |
commit | 200a1f1c1db2260a8737d83cf0f592ef8e4d866b (patch) | |
tree | 1d6965ee3d384a645d9fd981fdab67e9f9eb1eab /chrome/browser/io_thread.cc | |
parent | 6a394af194527fdc2cdc5b8af5e367dfdb16828e (diff) | |
download | chromium_src-200a1f1c1db2260a8737d83cf0f592ef8e4d866b.zip chromium_src-200a1f1c1db2260a8737d83cf0f592ef8e4d866b.tar.gz chromium_src-200a1f1c1db2260a8737d83cf0f592ef8e4d866b.tar.bz2 |
Fix Linux Views build breakage.
Revert 100828 - Move URLFetcher from content/common to content/common/net.
Add a OWNERS for content/common/net
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7875006
TBR=willchan@chromium.org
Review URL: http://codereview.chromium.org/7884003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100829 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 d0f3171..38474c6 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/net/url_fetcher.h" +#include "content/common/url_fetcher.h" #include "net/base/cert_verifier.h" #include "net/base/cookie_monster.h" #include "net/base/default_origin_bound_cert_store.h" |