Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Issue 14225009: Revert 194649 "Remove scoped_array from Chromium." (Closed)

Created:
7 years, 8 months ago by dcheng
Modified:
7 years, 8 months ago
Reviewers:
dcheng
CC:
chromium-reviews
Visibility:
Public.

Description

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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194653

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -6 lines) Patch
M trunk/src/base/callback_internal.h View 2 chunks +9 lines, -0 lines 0 comments Download
M trunk/src/base/memory/scoped_ptr.h View 4 chunks +142 lines, -6 lines 0 comments Download
M trunk/src/base/memory/scoped_ptr_unittest.cc View 1 chunk +76 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
dcheng
7 years, 8 months ago (2013-04-17 19:10:12 UTC) #1
dcheng
7 years, 8 months ago (2013-04-17 19:10:21 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r194653.

Powered by Google App Engine
This is Rietveld 408576698