summaryrefslogtreecommitdiffstats
path: root/base/memory/scoped_ptr_unittest.nc
Commit message (Expand)AuthorAgeFilesLines
* Fix scoped_ptr<T[]> to disallow construction and reset from NULL.dcheng@chromium.org2013-02-021-0/+26
* Fix no-compile tests in base.dcheng@chromium.org2013-01-231-3/+3
* Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and de...ajwong@chromium.org2012-12-201-1/+53
* Make sure that scoped_ptr<> cannot be used with ref-counted objects.sergeyu@chromium.org2012-04-051-0/+11
* Add scoped_ptr<>::PassAs<>().sergeyu@chromium.org2012-01-251-0/+24