Chromium Code Reviews| Index: chrome/test/base/testing_profile.cc |
| =================================================================== |
| --- chrome/test/base/testing_profile.cc (revision 167354) |
| +++ chrome/test/base/testing_profile.cc (working copy) |
| @@ -618,7 +618,7 @@ |
| void TestingProfile::CreateRequestContext() { |
| if (!request_context_) |
| request_context_ = |
| - new net::TestURLRequestContextGetter( |
| + new TestURLRequestContextGetter( |
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)); |
| } |