| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 166fcc1685cc80e5ecd521e6ca2be98273454790..0165c3b86671de608c6ae08b63ff519697ca8b48 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -719,7 +719,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));
|
| }
|
| @@ -798,7 +798,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();
|
|
|