| Index: chrome/common/extensions/extension_set.cc
|
| diff --git a/chrome/common/extensions/extension_set.cc b/chrome/common/extensions/extension_set.cc
|
| index 33d9abcbe400c3ca7e847b48f976460e321ce15e..6b3e3166be4e1107635abecf4ffc1f6270850c88 100644
|
| --- a/chrome/common/extensions/extension_set.cc
|
| +++ b/chrome/common/extensions/extension_set.cc
|
| @@ -24,6 +24,8 @@ ExtensionSet::const_iterator::const_iterator(ExtensionMap::const_iterator it)
|
| : it_(it) {
|
| }
|
|
|
| +ExtensionSet::const_iterator::~const_iterator() {}
|
| +
|
| ExtensionSet::ExtensionSet() {
|
| }
|
|
|
|
|