diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 20:32:56 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 20:32:56 +0000 |
commit | b1748b1d8916de0ddd9598b762074ecc8897ff7a (patch) | |
tree | 19672f455ee88c6557878aee700812533c72396b /chrome/common/extensions/extension.h | |
parent | fecda6f15c2eb26abce8a2dacfb400dbce1d1374 (diff) | |
download | chromium_src-b1748b1d8916de0ddd9598b762074ecc8897ff7a.zip chromium_src-b1748b1d8916de0ddd9598b762074ecc8897ff7a.tar.gz chromium_src-b1748b1d8916de0ddd9598b762074ecc8897ff7a.tar.bz2 |
[GTTF] Reduce header dependencies in chrome.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/454004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r-- | chrome/common/extensions/extension.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h index 77e5a64..331de16 100644 --- a/chrome/common/extensions/extension.h +++ b/chrome/common/extensions/extension.h @@ -423,4 +423,6 @@ class Extension { DISALLOW_COPY_AND_ASSIGN(Extension); }; +typedef std::vector<Extension*> ExtensionList; + #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_H_ |