| Index: net/http/http_auth_challenge_tokenizer.h
|
| diff --git a/net/http/http_auth_challenge_tokenizer.h b/net/http/http_auth_challenge_tokenizer.h
|
| index a73f19205b6a9d37511123f3edfc6b4aae0fb14b..ef5bf12c2b255d579e128df64761765983c7188d 100644
|
| --- a/net/http/http_auth_challenge_tokenizer.h
|
| +++ b/net/http/http_auth_challenge_tokenizer.h
|
| @@ -24,6 +24,7 @@ class NET_EXPORT_PRIVATE HttpAuthChallengeTokenizer {
|
| public:
|
| HttpAuthChallengeTokenizer(std::string::const_iterator begin,
|
| std::string::const_iterator end);
|
| + ~HttpAuthChallengeTokenizer();
|
|
|
| // Get the original text.
|
| std::string challenge_text() const {
|
|
|