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

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

Issue 11365227: Reland 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
diff --git a/content/public/test/mock_resource_context.cc b/content/public/test/mock_resource_context.cc
index 8f0df6596d576aeb14133419161fa92a39e630a9..2758c2f5cd10caa354b182f7ecb3de3c5f806df2 100644
--- a/content/public/test/mock_resource_context.cc
+++ b/content/public/test/mock_resource_context.cc
@@ -10,7 +10,7 @@
namespace content {
MockResourceContext::MockResourceContext()
- : test_request_context_(new TestURLRequestContext) {
+ : test_request_context_(new net::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