| Index: chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| index ebd15b2a72470675b10e3760a4298d39884f2575..e92d48539d167b221bc97529787ba9e5fc61dc3b 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -339,7 +339,7 @@ net::URLRequestContext* OffTheRecordProfileIOData::InitializeAppRequestContext(
|
| new net::HttpNetworkSession(network_params));
|
|
|
| // Use a separate in-memory cache for the app.
|
| - std::unique_ptr<net::HttpCache> app_http_cache = CreateHttpFactory(
|
| + std::unique_ptr<net::HttpCache> app_http_cache = CreateMainHttpFactory(
|
| http_network_session.get(), net::HttpCache::DefaultBackend::InMemory(0));
|
|
|
| context->SetChannelIDService(std::move(channel_id_service));
|
|
|