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 52d4e144c0f3f3e894806623559eb650b4d9414b..e6fb4c4e069153e59755887766c79137d25b7fb5 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 |
@@ -27,7 +27,8 @@ class URLResponseDiskCacheApp : public ApplicationDelegate { |
private: |
// ApplicationDelegate: |
void Initialize(ApplicationImpl* app) override; |
- bool ConfigureIncomingConnection(ApplicationConnection* connection) override; |
+ bool ConfigureIncomingConnection( |
+ ServiceProviderImpl* service_provider_impl) override; |
scoped_refptr<base::TaskRunner> task_runner_; |
scoped_refptr<URLResponseDiskCacheDB> db_; |