Index: base/values.h |
diff --git a/base/values.h b/base/values.h |
index 3bc1f8bbafa2140f58d1557d0eb14c986e0e2faa..2741d9dffd4b7d97c51435f3f4a48b6c81688b7f 100644 |
--- a/base/values.h |
+++ b/base/values.h |
@@ -343,6 +343,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_; } |