summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_negotiate.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_handler_negotiate.h')
-rw-r--r--net/http/http_auth_handler_negotiate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/http/http_auth_handler_negotiate.h b/net/http/http_auth_handler_negotiate.h
index 2397bdb..4b04f7b 100644
--- a/net/http/http_auth_handler_negotiate.h
+++ b/net/http/http_auth_handler_negotiate.h
@@ -119,7 +119,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler {
virtual int GenerateAuthTokenImpl(const string16* username,
const string16* password,
const HttpRequestInfo* request,
- CompletionCallback* callback,
+ OldCompletionCallback* callback,
std::string* auth_token);
private:
@@ -144,7 +144,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler {
AuthSystem auth_system_;
bool disable_cname_lookup_;
bool use_port_;
- CompletionCallbackImpl<HttpAuthHandlerNegotiate> io_callback_;
+ OldCompletionCallbackImpl<HttpAuthHandlerNegotiate> io_callback_;
HostResolver* const resolver_;
// Members which are needed for DNS lookup + SPN.
@@ -159,7 +159,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler {
std::wstring spn_;
// Things which vary each round.
- CompletionCallback* user_callback_;
+ OldCompletionCallback* user_callback_;
std::string* auth_token_;
State next_state_;