Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(900)

Unified Diff: base/values.h

Issue 22243002: GTTF: Enable glibcxx debug mode for Debug builds by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/values.cc » ('j') | build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_; }
« no previous file with comments | « no previous file | base/values.cc » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698