| Index: chrome/common/extensions/extension_set.h
|
| diff --git a/chrome/common/extensions/extension_set.h b/chrome/common/extensions/extension_set.h
|
| index f7d7b23525ec176a56d5fbc441b45a6b1e64ee77..b6251d667cc76da7c9d513d102dc02c57f771e17 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;
|
|
|