Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index fdb8bbb596b71b78da74c08c5142e82b52e8b1b0..2510025d4d6238523edf3d8c19992338e2f2a42a 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -618,7 +618,7 @@ net::URLRequestContextGetter* TestingProfile::GetRequestContextForRenderProcess( |
void TestingProfile::CreateRequestContext() { |
if (!request_context_) |
request_context_ = |
- new TestURLRequestContextGetter( |
+ new net::TestURLRequestContextGetter( |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)); |
} |