summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-13 09:19:29 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-13 09:19:29 +0000
commit13b65ccf23ae6c5445ba440895346ac88546d65c (patch)
tree8904b816a7d609ad4792980927ff68ad8c65613a /webkit/appcache
parentd0ad6a23e2fd366f09dfcb31426aa3b858972c9f (diff)
downloadchromium_src-13b65ccf23ae6c5445ba440895346ac88546d65c.zip
chromium_src-13b65ccf23ae6c5445ba440895346ac88546d65c.tar.gz
chromium_src-13b65ccf23ae6c5445ba440895346ac88546d65c.tar.bz2
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167337 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 51e6331..3eaed05 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 TestURLRequestContext());
+ request_context_.reset(new net::TestURLRequestContext());
request_context_->set_job_factory(job_factory_.get());
}