Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 4e394fc242c26e787c59b04de1df694cae081d28..709300801c972c6181a2272f1a606649d1249191 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -720,7 +720,7 @@ net::URLRequestContextGetter* TestingProfile::GetRequestContext() { |
net::URLRequestContextGetter* TestingProfile::CreateRequestContext( |
content::ProtocolHandlerMap* protocol_handlers, |
- content::ProtocolHandlerScopedVector protocol_interceptors) { |
+ content::URLRequestInterceptorScopedVector request_interceptors) { |
return new net::TestURLRequestContextGetter( |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)); |
} |
@@ -799,7 +799,7 @@ TestingProfile::CreateRequestContextForStoragePartition( |
const base::FilePath& partition_path, |
bool in_memory, |
content::ProtocolHandlerMap* protocol_handlers, |
- content::ProtocolHandlerScopedVector protocol_interceptors) { |
+ content::URLRequestInterceptorScopedVector request_interceptors) { |
// We don't test storage partitions here yet, so returning the same dummy |
// context is sufficient for now. |
return GetRequestContext(); |