| Index: net/http/http_util.h
|
| diff --git a/net/http/http_util.h b/net/http/http_util.h
|
| index 2f5bd85a667ba54a0ae66ee738a0cfc941f240a3..3da16358ea76b4408651ba6f92a84318697bce5b 100644
|
| --- a/net/http/http_util.h
|
| +++ b/net/http/http_util.h
|
| @@ -283,6 +283,7 @@ class HttpUtil {
|
| NameValuePairsIterator(std::string::const_iterator begin,
|
| std::string::const_iterator end,
|
| char delimiter);
|
| + ~NameValuePairsIterator();
|
|
|
| // Advances the iterator to the next pair, if any. Returns true if there
|
| // is a next pair. Use name* and value* methods to access the resultant
|
|
|