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 01:17:53 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 01:17:53 +0000
commit200a1f1c1db2260a8737d83cf0f592ef8e4d866b (patch)
tree1d6965ee3d384a645d9fd981fdab67e9f9eb1eab /content/test/test_url_fetcher_factory.h
parent6a394af194527fdc2cdc5b8af5e367dfdb16828e (diff)
downloadchromium_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 '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 c003106..a286bad 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/net/url_fetcher.h"
+#include "content/common/url_fetcher.h"
#include "googleurl/src/gurl.h"
#include "net/url_request/url_request_status.h"