summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_ntlm.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_handler_ntlm.h')
-rw-r--r--net/http/http_auth_handler_ntlm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_auth_handler_ntlm.h b/net/http/http_auth_handler_ntlm.h
index 27a6666..ca2b234 100644
--- a/net/http/http_auth_handler_ntlm.h
+++ b/net/http/http_auth_handler_ntlm.h
@@ -63,8 +63,6 @@ class HttpAuthHandlerNTLM : public HttpAuthHandler {
HttpAuthHandlerNTLM();
- virtual ~HttpAuthHandlerNTLM();
-
virtual bool NeedsIdentity();
virtual bool IsFinalRound();
@@ -85,6 +83,8 @@ class HttpAuthHandlerNTLM : public HttpAuthHandler {
int InitializeBeforeFirstChallenge();
private:
+ ~HttpAuthHandlerNTLM();
+
#if defined(NTLM_PORTABLE)
// For unit tests to override the GenerateRandom and GetHostName functions.
// Returns the old function.