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

Issue 16966003: Rewrite scoped_ptr<T>(NULL) to use the default ctor in chromeos/. (Closed)

Created:
7 years, 6 months ago by dcheng
Modified:
7 years, 6 months ago
Reviewers:
Daniel Erat
CC:
chromium-reviews, stevenjb+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

Rewrite scoped_ptr<T>(NULL) to use the default ctor in chromeos/. This is the result of running the rewrite_scoped_ptr_ctor_null tool across all files built on CrOS in the chromeos/ directory. BUG=173286 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=206241

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -7 lines) Patch
M chromeos/dbus/debug_daemon_client.cc View 1 2 chunks +1 line, -3 lines 0 comments Download
M chromeos/dbus/ibus/ibus_object.cc View 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
dcheng
7 years, 6 months ago (2013-06-13 15:23:48 UTC) #1
Daniel Erat
lgtm https://codereview.chromium.org/16966003/diff/1/chromeos/dbus/debug_daemon_client.cc File chromeos/dbus/debug_daemon_client.cc (right): https://codereview.chromium.org/16966003/diff/1/chromeos/dbus/debug_daemon_client.cc#newcode144 chromeos/dbus/debug_daemon_client.cc:144: : debugdaemon_proxy_(NULL), weak_ptr_factory_(this) { nit: i believe that ...
7 years, 6 months ago (2013-06-13 15:46:33 UTC) #2
dcheng
https://codereview.chromium.org/16966003/diff/1/chromeos/dbus/debug_daemon_client.cc File chromeos/dbus/debug_daemon_client.cc (right): https://codereview.chromium.org/16966003/diff/1/chromeos/dbus/debug_daemon_client.cc#newcode144 chromeos/dbus/debug_daemon_client.cc:144: : debugdaemon_proxy_(NULL), weak_ptr_factory_(this) { On 2013/06/13 15:46:33, Daniel Erat ...
7 years, 6 months ago (2013-06-13 15:48:11 UTC) #3
Daniel Erat
https://codereview.chromium.org/16966003/diff/1/chromeos/dbus/debug_daemon_client.cc File chromeos/dbus/debug_daemon_client.cc (right): https://codereview.chromium.org/16966003/diff/1/chromeos/dbus/debug_daemon_client.cc#newcode144 chromeos/dbus/debug_daemon_client.cc:144: : debugdaemon_proxy_(NULL), weak_ptr_factory_(this) { On 2013/06/13 15:48:11, dcheng wrote: ...
7 years, 6 months ago (2013-06-13 15:49:44 UTC) #4
dcheng
https://codereview.chromium.org/16966003/diff/1/chromeos/dbus/debug_daemon_client.cc File chromeos/dbus/debug_daemon_client.cc (right): https://codereview.chromium.org/16966003/diff/1/chromeos/dbus/debug_daemon_client.cc#newcode144 chromeos/dbus/debug_daemon_client.cc:144: : debugdaemon_proxy_(NULL), weak_ptr_factory_(this) { On 2013/06/13 15:49:44, Daniel Erat ...
7 years, 6 months ago (2013-06-13 18:49:20 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/16966003/4001
7 years, 6 months ago (2013-06-13 19:31:45 UTC) #6
Daniel Erat
On 2013/06/13 18:49:20, dcheng wrote: > https://codereview.chromium.org/16966003/diff/1/chromeos/dbus/debug_daemon_client.cc > File chromeos/dbus/debug_daemon_client.cc (right): > > https://codereview.chromium.org/16966003/diff/1/chromeos/dbus/debug_daemon_client.cc#newcode144 > ...
7 years, 6 months ago (2013-06-13 20:29:01 UTC) #7
commit-bot: I haz the power
7 years, 6 months ago (2013-06-14 00:23:01 UTC) #8
Message was sent while issue was closed.
Change committed as 206241

Powered by Google App Engine
This is Rietveld 408576698