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