| Index: net/http/http_auth_handler_digest.h
|
| diff --git a/net/http/http_auth_handler_digest.h b/net/http/http_auth_handler_digest.h
|
| index 25cf16af0f4005507b4856ef5efee328210e9d38..c319f5dca8ca5ce9e384a9a8439e5a72ce06fbf4 100644
|
| --- a/net/http/http_auth_handler_digest.h
|
| +++ b/net/http/http_auth_handler_digest.h
|
| @@ -77,7 +77,7 @@ class HttpAuthHandlerDigest : public HttpAuthHandler {
|
| scoped_ptr<const NonceGenerator> nonce_generator_;
|
| };
|
|
|
| - HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
| + virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
| HttpAuth::ChallengeTokenizer* challenge);
|
|
|
| protected:
|
|
|