Index: services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_meta_factory_impl.h |
diff --git a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_meta_factory_impl.h b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_meta_factory_impl.h |
index 5b3a047381c4575a65df73378a33df1383bc22ec..8596c03ea3e0a5f4631a8e06b5edfff83ab01816 100644 |
--- a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_meta_factory_impl.h |
+++ b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_meta_factory_impl.h |
@@ -16,7 +16,7 @@ |
namespace mojo { |
-class ApplicationImpl; |
+class Shell; |
class AuthenticatingURLLoaderInterceptorMetaFactoryImpl |
: public AuthenticatingURLLoaderInterceptorMetaFactory { |
@@ -24,7 +24,7 @@ class AuthenticatingURLLoaderInterceptorMetaFactoryImpl |
AuthenticatingURLLoaderInterceptorMetaFactoryImpl( |
mojo::InterfaceRequest<AuthenticatingURLLoaderInterceptorMetaFactory> |
request, |
- mojo::ApplicationImpl* app, |
+ mojo::Shell* shell, |
std::map<GURL, std::string>* cached_tokens); |
~AuthenticatingURLLoaderInterceptorMetaFactoryImpl() override; |
@@ -36,7 +36,7 @@ class AuthenticatingURLLoaderInterceptorMetaFactoryImpl |
authentication_service) override; |
StrongBinding<AuthenticatingURLLoaderInterceptorMetaFactory> binding_; |
- ApplicationImpl* app_; |
+ Shell* const shell_; |
std::map<GURL, std::string>* cached_tokens_; |
}; |