| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 5ae4a2ddddccd9dd2b33b690ba212606f3592244..13eaf0a30f3cab02c107f24ed3b81db39d95a18e 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -970,7 +970,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| DISALLOW_COPY_AND_ASSIGN(Extension);
|
| };
|
|
|
| -typedef std::vector< scoped_refptr<const Extension> > ExtensionList;
|
| +typedef std::vector<scoped_refptr<const Extension> > ExtensionList;
|
| typedef std::set<std::string> ExtensionIdSet;
|
| typedef std::vector<std::string> ExtensionIdList;
|
|
|
|
|