Index: services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_factory.h |
diff --git a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_factory.h b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_factory.h |
index e9626807a494665cabcbb8def499650d5cc74772..9dc25f1215e8820f1ce776571eccd8743d8b2264 100644 |
--- a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_factory.h |
+++ b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_factory.h |
@@ -22,8 +22,8 @@ class Shell; |
class AuthenticatingURLLoaderInterceptorFactory |
: public URLLoaderInterceptorFactory { |
public: |
- // TODO(vtl): Maybe this should take an |ApplicationConnectorPtr| instead of a |
- // |Shell*|. |
+ // TODO(vtl): Maybe this should take an |
+ // |InterfaceHandle<ApplicationConnector>| instead of a |Shell*|. |
AuthenticatingURLLoaderInterceptorFactory( |
mojo::InterfaceRequest<URLLoaderInterceptorFactory> request, |
mojo::InterfaceHandle<authentication::AuthenticationService> |