Index: services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h |
diff --git a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h |
index 5a71455da60b0a352ca80a2a84d3ced47c907533..a8eadefe251c637eb81d1170010c929c7d619304 100644 |
--- a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h |
+++ b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h |
@@ -21,7 +21,8 @@ class AuthenticatingURLLoaderInterceptorApp : public ApplicationDelegate { |
private: |
// ApplicationDelegate |
void Initialize(ApplicationImpl* app) override; |
- bool ConfigureIncomingConnection(ApplicationConnection* connection) override; |
+ bool ConfigureIncomingConnection( |
+ ServiceProviderImpl* service_provider_impl) override; |
ApplicationImpl* app_; |
// Cache received tokens per origin of the connecting app and origin of the |