summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/service/net/service_url_request_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/net/service_url_request_context.cc b/chrome/service/net/service_url_request_context.cc
index ab5e61a..9a1716e 100644
--- a/chrome/service/net/service_url_request_context.cc
+++ b/chrome/service/net/service_url_request_context.cc
@@ -40,7 +40,7 @@ ServiceURLRequestContext::ServiceURLRequestContext() {
proxy_service_,
ssl_config_service_,
http_auth_handler_factory_),
- disk_cache::CreateInMemoryCacheBackend(0));
+ net::HttpCache::DefaultBackend::InMemory(0));
// In-memory cookie store.
cookie_store_ = new net::CookieMonster(NULL, NULL);
accept_language_ = "en-us,fr";