| Index: net/http/http_auth_handler_mock.cc
|
| diff --git a/net/http/http_auth_handler_mock.cc b/net/http/http_auth_handler_mock.cc
|
| index 2e5e1e6517cbb9ccd75d979b28faf79233e5ac14..d90d823220b480abb165408979004940c4904e4e 100644
|
| --- a/net/http/http_auth_handler_mock.cc
|
| +++ b/net/http/http_auth_handler_mock.cc
|
| @@ -105,11 +105,11 @@ bool HttpAuthHandlerMock::Init(HttpAuth::ChallengeTokenizer* challenge) {
|
| return true;
|
| }
|
|
|
| -int HttpAuthHandlerMock::GenerateAuthTokenImpl(const string16* username,
|
| - const string16* password,
|
| - const HttpRequestInfo* request,
|
| - OldCompletionCallback* callback,
|
| - std::string* auth_token) {
|
| +int HttpAuthHandlerMock::GenerateAuthTokenImpl(
|
| + const AuthCredentials* credentials,
|
| + const HttpRequestInfo* request,
|
| + OldCompletionCallback* callback,
|
| + std::string* auth_token) {
|
| first_round_ = false;
|
| request_url_ = request->url;
|
| if (generate_async_) {
|
|
|