| Index: net/http/http_auth_handler_negotiate.h
|
| diff --git a/net/http/http_auth_handler_negotiate.h b/net/http/http_auth_handler_negotiate.h
|
| index 868d88aa668e4f7dc2bd5cfc0fff7edd721cb2f1..9e00c3b992f146c6fb536057dd1ca93a53e4f2a7 100644
|
| --- a/net/http/http_auth_handler_negotiate.h
|
| +++ b/net/http/http_auth_handler_negotiate.h
|
| @@ -118,7 +118,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler {
|
|
|
| virtual int GenerateAuthTokenImpl(const AuthCredentials* credentials,
|
| const HttpRequestInfo* request,
|
| - OldCompletionCallback* callback,
|
| + const CompletionCallback& callback,
|
| std::string* auth_token) OVERRIDE;
|
|
|
| private:
|
| @@ -156,7 +156,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler {
|
| std::wstring spn_;
|
|
|
| // Things which vary each round.
|
| - OldCompletionCallback* user_callback_;
|
| + CompletionCallback callback_;
|
| std::string* auth_token_;
|
|
|
| State next_state_;
|
|
|