summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-13 10:25:44 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-13 10:25:44 +0000
commit2c803849c7f516d8da0d1d0a88da53b3102ad631 (patch)
tree9971a473c62da819715fd7d033f9de1da426051a /webkit/appcache
parent08039443f7dafbe39df655e45c3d116999fc0f8c (diff)
downloadchromium_src-2c803849c7f516d8da0d1d0a88da53b3102ad631.zip
chromium_src-2c803849c7f516d8da0d1d0a88da53b3102ad631.tar.gz
chromium_src-2c803849c7f516d8da0d1d0a88da53b3102ad631.tar.bz2
Revert 167337 - Move url_request_test_util into net namespace
This file contains some rather generic names like "TestDelegate". Move it to the net namespace to avoid collisions BUG=none TBR=darin@chromium.org Review URL: https://codereview.chromium.org/11369179 TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/11410066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache')
-rw-r--r--webkit/appcache/appcache_update_job_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/appcache/appcache_update_job_unittest.cc b/webkit/appcache/appcache_update_job_unittest.cc
index 3eaed05..51e6331 100644
--- a/webkit/appcache/appcache_update_job_unittest.cc
+++ b/webkit/appcache/appcache_update_job_unittest.cc
@@ -564,7 +564,7 @@ class IOThread : public base::Thread {
job_factory_.reset(new net::URLRequestJobFactoryImpl);
job_factory_->SetProtocolHandler("http", new MockHttpServerJobFactory);
job_factory_->SetProtocolHandler("https", new MockHttpServerJobFactory);
- request_context_.reset(new net::TestURLRequestContext());
+ request_context_.reset(new TestURLRequestContext());
request_context_->set_job_factory(job_factory_.get());
}