| Index: net/http/http_auth_handler_factory.h
|
| diff --git a/net/http/http_auth_handler_factory.h b/net/http/http_auth_handler_factory.h
|
| index 97275eaad5c5056d192b9dd9db24f98e84972894..df0cfcfdfb1d803e0d7f2f9d639cfdb52b0ce89c 100644
|
| --- a/net/http/http_auth_handler_factory.h
|
| +++ b/net/http/http_auth_handler_factory.h
|
| @@ -19,12 +19,12 @@ class GURL;
|
|
|
| namespace net {
|
|
|
| -class NetLogWithSource;
|
| -class HttpAuthPreferences;
|
| class HostResolver;
|
| class HttpAuthChallengeTokenizer;
|
| class HttpAuthHandler;
|
| class HttpAuthHandlerRegistryFactory;
|
| +class HttpAuthPreferences;
|
| +class NetLogWithSource;
|
|
|
| // An HttpAuthHandlerFactory is used to create HttpAuthHandler objects.
|
| // The HttpAuthHandlerFactory object _must_ outlive any of the HttpAuthHandler
|
|
|