| 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 ddd98bf9e6242932ab901582ace9d4d7066231e1..10050fb8a8b326f8b7d24e7699acb268dcdd86a1 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
|
| @@ -27,7 +27,7 @@ class AuthenticatingURLLoaderInterceptorApp
|
| bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
|
|
|
| // InterfaceFactory<AuthenticatingURLLoaderInterceptorMetaFactory>
|
| - void Create(ApplicationConnection* connection,
|
| + void Create(const ConnectionContext& connection_context,
|
| InterfaceRequest<AuthenticatingURLLoaderInterceptorMetaFactory>
|
| request) override;
|
|
|
|
|