diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-20 03:34:03 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-20 03:34:03 +0000 |
commit | 0920e24fdb8558f364926651828142d8a380e645 (patch) | |
tree | 850464d0f223985aaea40922e64f2c1ea9d6a59f /cc/cc_tests.gyp | |
parent | 7b5d438ccc3eb04f6a3d069052f9bfb06316726c (diff) | |
download | chromium_src-0920e24fdb8558f364926651828142d8a380e645.zip chromium_src-0920e24fdb8558f364926651828142d8a380e645.tar.gz chromium_src-0920e24fdb8558f364926651828142d8a380e645.tar.bz2 |
Add wrapper container for a vector of OwnPtr<T>
In cc we frequently use WTF::Vector<WTF::OwnPtr<T> > to store lists of single-ownership
objects. In WTF this works nicely using template specialization in the container
implementation. In chromium we use STL containers and can't modify the implementation,
so this adds a wrapper to do roughly the same thing.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10940002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
0 files changed, 0 insertions, 0 deletions