Chromium Code Reviews| Index: chrome/common/extensions/extension_set.h |
| diff --git a/chrome/common/extensions/extension_set.h b/chrome/common/extensions/extension_set.h |
| index 74d13bf3413e56bf09be489e8ccd77ecf3ed7c5f..20c8f126e9450b41c2b88e465111ae1ef62cc3f9 100644 |
| --- a/chrome/common/extensions/extension_set.h |
| +++ b/chrome/common/extensions/extension_set.h |
| @@ -44,6 +44,7 @@ class ExtensionSet { |
| typedef std::pair<base::FilePath, std::string> ExtensionPathAndDefaultLocale; |
| typedef std::map<std::string, scoped_refptr<const extensions::Extension> > |
| ExtensionMap; |
| + typedef scoped_refptr<const extensions::Extension> value_type; |
|
Devlin
2013/05/15 00:21:16
Never used.
Jeffrey Yasskin
2013/05/15 03:07:18
Whoops. I took out the gmock assertion that would
|
| // Iteration over the values of the map (given that it's an ExtensionSet, |
| // it should iterate like a set iterator). |