summaryrefslogtreecommitdiffstats
path: root/content/test/test_url_fetcher_factory.h
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 04:20:34 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 04:20:34 +0000
commitffd7d7365317669d36edaaec4c49b1c0842a1dfc (patch)
tree601295d96c696fc524774e4f204c9ce6c85dc70c /content/test/test_url_fetcher_factory.h
parent5bfeb5683378809d5fae8c008e1ebf02076299c9 (diff)
downloadchromium_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 'content/test/test_url_fetcher_factory.h')
-rw-r--r--content/test/test_url_fetcher_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/test_url_fetcher_factory.h b/content/test/test_url_fetcher_factory.h
index a286bad..c003106 100644
--- a/content/test/test_url_fetcher_factory.h
+++ b/content/test/test_url_fetcher_factory.h
@@ -12,7 +12,7 @@
#include <utility>
#include "base/threading/non_thread_safe.h"
-#include "content/common/url_fetcher.h"
+#include "content/common/net/url_fetcher.h"
#include "googleurl/src/gurl.h"
#include "net/url_request/url_request_status.h"