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

Issue 1706183002: Replace scoped_ptr with unique_ptr in webrtc/audio/ (Closed)

Created:
4 years, 10 months ago by kwiberg-webrtc
Modified:
4 years, 10 months ago
Reviewers:
the sun, tommi
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Replace scoped_ptr with unique_ptr in webrtc/audio/ BUG=webrtc:5520 Committed: https://crrev.com/fffa42b57e72e2768e247ad67794ab79fc08cf4c Cr-Commit-Position: refs/heads/master@{#11723}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -21 lines) Patch
M webrtc/audio/audio_receive_stream.h View 3 chunks +5 lines, -3 lines 0 comments Download
M webrtc/audio/audio_receive_stream.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M webrtc/audio/audio_send_stream.h View 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/audio/audio_send_stream.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/audio/audio_state_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M webrtc/audio_receive_stream.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/media/engine/fakewebrtccall.h View 2 chunks +2 lines, -1 line 2 comments Download
M webrtc/media/engine/fakewebrtccall.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.cc View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 33 (14 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1706183002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1706183002/1
4 years, 10 months ago (2016-02-18 12:01:14 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_rel/builds/11015)
4 years, 10 months ago (2016-02-18 12:09:33 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1706183002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1706183002/1
4 years, 10 months ago (2016-02-18 17:33:27 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_rel/builds/11027)
4 years, 10 months ago (2016-02-18 17:41:40 UTC) #8
kwiberg-webrtc
tlegrand: webrtc/ solenberg: everything
4 years, 10 months ago (2016-02-18 17:51:51 UTC) #10
the sun
lgtm provided you also change that scoped_ptr in fakewebrtccall.h https://codereview.webrtc.org/1706183002/diff/1/webrtc/media/engine/fakewebrtccall.h File webrtc/media/engine/fakewebrtccall.h (right): https://codereview.webrtc.org/1706183002/diff/1/webrtc/media/engine/fakewebrtccall.h#newcode99 webrtc/media/engine/fakewebrtccall.h:99: ...
4 years, 10 months ago (2016-02-18 18:54:44 UTC) #11
kwiberg-webrtc
https://codereview.webrtc.org/1706183002/diff/1/webrtc/media/engine/fakewebrtccall.h File webrtc/media/engine/fakewebrtccall.h (right): https://codereview.webrtc.org/1706183002/diff/1/webrtc/media/engine/fakewebrtccall.h#newcode99 webrtc/media/engine/fakewebrtccall.h:99: rtc::scoped_ptr<webrtc::AudioSinkInterface> sink_; On 2016/02/18 18:54:44, the sun wrote: > ...
4 years, 10 months ago (2016-02-18 20:02:16 UTC) #12
kwiberg-webrtc
Hey Tommi, would you mind reviewing the tiny change to webrtc/audio_receive_stream.h?
4 years, 10 months ago (2016-02-23 09:18:04 UTC) #15
tlegrand-webrtc
On 2016/02/23 09:18:04, kwiberg-webrtc wrote: > Hey Tommi, would you mind reviewing the tiny change ...
4 years, 10 months ago (2016-02-23 10:33:57 UTC) #16
kwiberg-webrtc
On 2016/02/23 10:33:57, tlegrand-webrtc wrote: > On 2016/02/23 09:18:04, kwiberg-webrtc wrote: > > Hey Tommi, ...
4 years, 10 months ago (2016-02-23 10:40:05 UTC) #17
tommi
lgtm. I think we should be good as far as external implementations go but let's ...
4 years, 10 months ago (2016-02-23 11:04:23 UTC) #18
kwiberg-webrtc
On 2016/02/23 11:04:23, tommi-webrtc wrote: > lgtm. I think we should be good as far ...
4 years, 10 months ago (2016-02-23 11:54:06 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1706183002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1706183002/1
4 years, 10 months ago (2016-02-23 11:54:30 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) mac_baremetal on ...
4 years, 10 months ago (2016-02-23 13:55:34 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1706183002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1706183002/1
4 years, 10 months ago (2016-02-23 14:04:24 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: mac_baremetal on tryserver.webrtc (JOB_TIMED_OUT, no build URL) win_baremetal on ...
4 years, 10 months ago (2016-02-23 16:04:53 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1706183002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1706183002/1
4 years, 10 months ago (2016-02-23 17:45:55 UTC) #29
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-23 18:46:36 UTC) #31
commit-bot: I haz the power
4 years, 10 months ago (2016-02-23 18:46:45 UTC) #33
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/fffa42b57e72e2768e247ad67794ab79fc08cf4c
Cr-Commit-Position: refs/heads/master@{#11723}

Powered by Google App Engine
This is Rietveld 408576698