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

Issue 17780002: Rewrite scoped_ptr<T>(NULL) to use the default ctor. (Closed)

Created:
7 years, 6 months ago by dcheng
Modified:
7 years, 6 months ago
Reviewers:
rlarocque, Yaron
CC:
chromium-reviews, tim+watch_chromium.org, craigdh+watch_chromium.org, rsimha+watch_chromium.org, haitaol+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, erikwright+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

Rewrite scoped_ptr<T>(NULL) to use the default ctor. This is a manual cleanup of call sites that invoke scoped_ptr<T>'s constructor with an explicit NULL argument that are only built on Android. BUG=173286 R=rlarocque@chromium.org, yfriedman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208730

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -4 lines) Patch
M base/android/activity_status_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_android.cc View 1 chunk +0 lines, -1 line 0 comments Download
M tools/android/forwarder2/daemon.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
dcheng
7 years, 6 months ago (2013-06-26 02:34:34 UTC) #1
rlarocque
LGTM
7 years, 6 months ago (2013-06-26 16:59:39 UTC) #2
Yaron
lgtm
7 years, 6 months ago (2013-06-26 17:59:30 UTC) #3
dcheng
7 years, 6 months ago (2013-06-26 18:01:28 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r208730 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698