Index: net/http/http_auth_handler_mock.h |
diff --git a/net/http/http_auth_handler_mock.h b/net/http/http_auth_handler_mock.h |
index a78b87645bc748d207c72de4723a6b3cdeaf09a4..3a8042870e0d7293b5b9e5583286827020156fc6 100644 |
--- a/net/http/http_auth_handler_mock.h |
+++ b/net/http/http_auth_handler_mock.h |
@@ -97,8 +97,7 @@ class HttpAuthHandlerMock : public HttpAuthHandler { |
protected: |
virtual bool Init(HttpAuth::ChallengeTokenizer* challenge); |
- virtual int GenerateAuthTokenImpl(const string16* username, |
- const string16* password, |
+ virtual int GenerateAuthTokenImpl(const AuthCredentials* credentials, |
const HttpRequestInfo* request, |
OldCompletionCallback* callback, |
std::string* auth_token); |