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

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

Created:
7 years, 6 months ago by dcheng
Modified:
7 years, 6 months ago
Reviewers:
Sergey Ulanov, Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

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

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -20 lines) Patch
M remoting/codec/audio_decoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/codec/audio_decoder_speex.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/codec/video_encoder_vp8.cc View 1 chunk +1 line, -4 lines 2 comments Download
M remoting/host/client_session.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/input_injector_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/jingle_glue/iq_sender.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/audio_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/audio_writer.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/libjingle_transport_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/me2me_host_authenticator_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/ssl_hmac_channel_authenticator.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/video_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/video_writer.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
dcheng
7 years, 6 months ago (2013-06-13 14:44:00 UTC) #1
Wez
lgtm https://codereview.chromium.org/16964002/diff/1/remoting/codec/video_encoder_vp8.cc File remoting/codec/video_encoder_vp8.cc (right): https://codereview.chromium.org/16964002/diff/1/remoting/codec/video_encoder_vp8.cc#newcode36 remoting/codec/video_encoder_vp8.cc:36: last_timestamp_(0) {} nit: Please put the closing brace ...
7 years, 6 months ago (2013-06-13 17:15:52 UTC) #2
dcheng
https://codereview.chromium.org/16964002/diff/1/remoting/codec/video_encoder_vp8.cc File remoting/codec/video_encoder_vp8.cc (right): https://codereview.chromium.org/16964002/diff/1/remoting/codec/video_encoder_vp8.cc#newcode36 remoting/codec/video_encoder_vp8.cc:36: last_timestamp_(0) {} On 2013/06/13 17:15:52, Wez wrote: > nit: ...
7 years, 6 months ago (2013-06-13 18:28:36 UTC) #3
Wez
On 2013/06/13 18:28:36, dcheng wrote: > https://codereview.chromium.org/16964002/diff/1/remoting/codec/video_encoder_vp8.cc > File remoting/codec/video_encoder_vp8.cc (right): > > https://codereview.chromium.org/16964002/diff/1/remoting/codec/video_encoder_vp8.cc#newcode36 > ...
7 years, 6 months ago (2013-06-13 18:41:02 UTC) #4
dcheng
On 2013/06/13 18:41:02, Wez wrote: > On 2013/06/13 18:28:36, dcheng wrote: > > > https://codereview.chromium.org/16964002/diff/1/remoting/codec/video_encoder_vp8.cc ...
7 years, 6 months ago (2013-06-13 18:47:50 UTC) #5
Wez
On 2013/06/13 18:47:50, dcheng wrote: > On 2013/06/13 18:41:02, Wez wrote: > > On 2013/06/13 ...
7 years, 6 months ago (2013-06-13 19:00:49 UTC) #6
dcheng
On 2013/06/13 19:00:49, Wez wrote: > On 2013/06/13 18:47:50, dcheng wrote: > > On 2013/06/13 ...
7 years, 6 months ago (2013-06-13 19:05:56 UTC) #7
Wez
On 2013/06/13 19:05:56, dcheng wrote: > On 2013/06/13 19:00:49, Wez wrote: > > On 2013/06/13 ...
7 years, 6 months ago (2013-06-13 19:57:15 UTC) #8
dcheng
On 2013/06/13 19:57:15, Wez wrote: > On 2013/06/13 19:05:56, dcheng wrote: > > On 2013/06/13 ...
7 years, 6 months ago (2013-06-13 20:12:18 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/16964002/1
7 years, 6 months ago (2013-06-13 20:13:02 UTC) #10
commit-bot: I haz the power
7 years, 6 months ago (2013-06-14 00:35:15 UTC) #11
Message was sent while issue was closed.
Change committed as 206247

Powered by Google App Engine
This is Rietveld 408576698