| Index: chrome/common/extensions/extension_set.h
|
| diff --git a/chrome/common/extensions/extension_set.h b/chrome/common/extensions/extension_set.h
|
| index 7dc3ea09c44bed25bbc149f969b73a939b81c526..deee522dc34a755c2095f61a5c7de158ca705154 100644
|
| --- a/chrome/common/extensions/extension_set.h
|
| +++ b/chrome/common/extensions/extension_set.h
|
| @@ -34,6 +34,7 @@ class ExtensionSet {
|
| const_iterator();
|
| const_iterator(const const_iterator& other);
|
| explicit const_iterator(ExtensionMap::const_iterator it);
|
| + ~const_iterator();
|
| const_iterator& operator++() {
|
| ++it_;
|
| return *this;
|
|
|