Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Unified Diff: content/public/test/mock_resource_context.cc

Issue 11410066: Revert 167337 - Move url_request_test_util into net namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/test/test_server_test.cc ('k') | content/test/webrtc_audio_device_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/mock_resource_context.cc
===================================================================
--- content/public/test/mock_resource_context.cc (revision 167354)
+++ content/public/test/mock_resource_context.cc (working copy)
@@ -10,7 +10,7 @@
namespace content {
MockResourceContext::MockResourceContext()
- : test_request_context_(new net::TestURLRequestContext) {
+ : test_request_context_(new TestURLRequestContext) {
}
MockResourceContext::~MockResourceContext() {}
« no previous file with comments | « chrome_frame/test/test_server_test.cc ('k') | content/test/webrtc_audio_device_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698