| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 456505e512b4d23267fcb83eabe3ab3de5173401..095b3d0516baf1475de2ab2aed34b4783ad54574 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -969,7 +969,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;
|
|
|
|
|