summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_basic.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_handler_basic.h')
-rw-r--r--net/http/http_auth_handler_basic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_auth_handler_basic.h b/net/http/http_auth_handler_basic.h
index 7cb79c5..62d153e6 100644
--- a/net/http/http_auth_handler_basic.h
+++ b/net/http/http_auth_handler_basic.h
@@ -40,7 +40,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerBasic : public HttpAuthHandler {
virtual int GenerateAuthTokenImpl(const AuthCredentials* credentials,
const HttpRequestInfo* request,
- OldCompletionCallback* callback,
+ const CompletionCallback& callback,
std::string* auth_token) OVERRIDE;
private: