Index: services/url_response_disk_cache/url_response_disk_cache_app.cc |
diff --git a/services/url_response_disk_cache/url_response_disk_cache_app.cc b/services/url_response_disk_cache/url_response_disk_cache_app.cc |
index ba7b456f74d5d00d33cdf7ef40e25eca96e4f6fb..e63d15f9cb3c3cc7dc6851d1ac47394428dae665 100644 |
--- a/services/url_response_disk_cache/url_response_disk_cache_app.cc |
+++ b/services/url_response_disk_cache/url_response_disk_cache_app.cc |
@@ -30,11 +30,10 @@ bool URLResponseDiskCacheApp::ConfigureIncomingConnection( |
} |
void URLResponseDiskCacheApp::Create( |
- ApplicationConnection* connection, |
+ const ConnectionContext& connection_context, |
InterfaceRequest<URLResponseDiskCache> request) { |
new URLResponseDiskCacheImpl(task_runner_, delegate_, db_, |
- connection->GetRemoteApplicationURL(), |
- request.Pass()); |
+ connection_context.remote_url, request.Pass()); |
} |
} // namespace mojo |