Index: base/values.h |
diff --git a/base/values.h b/base/values.h |
index bffdbc7d37eb2e38a87608518bda37d2b4726dbe..65121808e641a1da3b011ba2a919dcaba2662360 100644 |
--- a/base/values.h |
+++ b/base/values.h |
@@ -348,6 +348,7 @@ class BASE_EXPORT DictionaryValue : public Value { |
class BASE_EXPORT Iterator { |
public: |
explicit Iterator(const DictionaryValue& target); |
+ ~Iterator(); |
bool IsAtEnd() const { return it_ == target_.dictionary_.end(); } |
void Advance() { ++it_; } |