Index: services/url_response_disk_cache/url_response_disk_cache_app.h |
diff --git a/services/url_response_disk_cache/url_response_disk_cache_app.h b/services/url_response_disk_cache/url_response_disk_cache_app.h |
index 776db21a4ee89be6f2d83d7b99f0b490df92eb4d..7e0715cb2cafcf6257d8c4a40485234970e6a789 100644 |
--- a/services/url_response_disk_cache/url_response_disk_cache_app.h |
+++ b/services/url_response_disk_cache/url_response_disk_cache_app.h |
@@ -32,7 +32,7 @@ class URLResponseDiskCacheApp : public ApplicationDelegate, |
bool ConfigureIncomingConnection(ApplicationConnection* connection) override; |
// InterfaceFactory<URLResponseDiskCache>: |
- void Create(ApplicationConnection* connection, |
+ void Create(const ConnectionContext& connection_context, |
InterfaceRequest<URLResponseDiskCache> request) override; |
scoped_refptr<base::TaskRunner> task_runner_; |