| 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 a9bf0ec84fb483c46c4ffad6428db2b17b35bc85..7b0f1207a726fb9526538d95126f24e8e4c24a65 100644
|
| --- a/net/http/http_auth_handler_digest.h
|
| +++ b/net/http/http_auth_handler_digest.h
|
| @@ -122,7 +122,7 @@ class NET_TEST HttpAuthHandlerDigest : public HttpAuthHandler {
|
| // the handler. The lifetime of the |nonce_generator| must exceed that of this
|
| // handler.
|
| HttpAuthHandlerDigest(int nonce_count, const NonceGenerator* nonce_generator);
|
| - ~HttpAuthHandlerDigest();
|
| + virtual ~HttpAuthHandlerDigest();
|
|
|
| // Parse the challenge, saving the results into this instance.
|
| // Returns true on success.
|
|
|