|
Remove webrtc::ScopedVector
We can (and should) use std::vector<std::unique_ptr<T>> instead.
Because it's standard, and because it's safer since callers have to
manually wrap elements in std::unique_ptr before inserting them and
manually unwrap them after inserting them.
Committed: https://crrev.com/4a206a96c121942c085cbbe1b1d73642508a6925
Cr-Commit-Position: refs/heads/master@{#12182}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+93 lines, -562 lines) |
Patch |
|
M |
webrtc/common_audio/audio_converter.cc
|
View
|
|
7 chunks |
+25 lines, -20 lines |
0 comments
|
Download
|
|
M |
webrtc/common_audio/audio_ring_buffer.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/audio_buffer.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/audio_buffer.cc
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/high_pass_filter_impl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/splitting_filter.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/splitting_filter.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/three_band_filter_bank.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/three_band_filter_bank.cc
|
View
|
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/system_wrappers/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
D |
webrtc/system_wrappers/include/scoped_vector.h
|
View
|
|
1 chunk |
+0 lines, -152 lines |
0 comments
|
Download
|
|
D |
webrtc/system_wrappers/source/scoped_vector_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -325 lines |
0 comments
|
Download
|
|
M |
webrtc/system_wrappers/system_wrappers.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/system_wrappers/system_wrappers_tests.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/test/call_test.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/test/call_test.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/end_to_end_tests.cc
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_capture_input_unittest.cc
|
View
|
|
13 chunks |
+34 lines, -30 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 21 (8 generated)
|