Index: net/http/http_util.cc |
diff --git a/net/http/http_util.cc b/net/http/http_util.cc |
index 1f57d702380648d4b4cf497cb8283186d5b5d9ef..bf561362def720db7a3f913d3ae190b96abef3be 100644 |
--- a/net/http/http_util.cc |
+++ b/net/http/http_util.cc |
@@ -806,6 +806,8 @@ HttpUtil::NameValuePairsIterator::NameValuePairsIterator( |
value_is_quoted_(false) { |
} |
+HttpUtil::NameValuePairsIterator::~NameValuePairsIterator() {} |
+ |
// We expect properties to be formatted as one of: |
// name="value" |
// name='value' |