diff options
Diffstat (limited to 'net/http/http_auth_handler_ntlm.h')
-rw-r--r-- | net/http/http_auth_handler_ntlm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_auth_handler_ntlm.h b/net/http/http_auth_handler_ntlm.h index 92322f3..828e512 100644 --- a/net/http/http_auth_handler_ntlm.h +++ b/net/http/http_auth_handler_ntlm.h @@ -35,7 +35,7 @@ namespace net { class URLSecurityManager; // Code for handling HTTP NTLM authentication. -class NET_TEST HttpAuthHandlerNTLM : public HttpAuthHandler { +class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler { public: class Factory : public HttpAuthHandlerFactory { public: |