Revert 194649 "Remove scoped_array from Chromium."
> Remove scoped_array from Chromium. > > C++11 provides unique_ptr<T[]>, and Chromium has implemented > scoped_ptr<T[]> to match its behavior during the transition period. As a > result, scoped_array<T> is now redundant and is being removed. > > BUG=171111 > > Review URL: https://codereview.chromium.org/14081006 TBR=dcheng@chromium.org Review URL: https://codereview.chromium.org/14225009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194653 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment