summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-30 19:32:39 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-30 19:32:39 +0000
commitd2ad262d31b75f74e9500500459e48724be599bc (patch)
treea0dcdcfc8771be718980e6309c0d397e363a52a5 /chrome/common
parentc21ce63b69398acfc5df3e033d9e90e880a66822 (diff)
downloadchromium_src-d2ad262d31b75f74e9500500459e48724be599bc.zip
chromium_src-d2ad262d31b75f74e9500500459e48724be599bc.tar.gz
chromium_src-d2ad262d31b75f74e9500500459e48724be599bc.tar.bz2
Revert 33301 and 33305 due to unit_tests breakage.
TBR=pawel Review URL: http://codereview.chromium.org/453007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/extensions/extension.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index 331de16..77e5a64 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -423,6 +423,4 @@ class Extension {
DISALLOW_COPY_AND_ASSIGN(Extension);
};
-typedef std::vector<Extension*> ExtensionList;
-
#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_H_