DescriptionRevert 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194653
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|