summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-30 18:34:00 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-30 18:34:00 +0000
commit172c5599ed8ef6fb4dd6eb6e77decfe0aee6d9e0 (patch)
tree50f3143626e5e7a03d512815b344a101363ca6c4 /chrome/common
parent32100cbb8ddd908323510f7ffbb6a2c82841f68f (diff)
downloadchromium_src-172c5599ed8ef6fb4dd6eb6e77decfe0aee6d9e0.zip
chromium_src-172c5599ed8ef6fb4dd6eb6e77decfe0aee6d9e0.tar.gz
chromium_src-172c5599ed8ef6fb4dd6eb6e77decfe0aee6d9e0.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@33301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/extensions/extension.h2
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_