Deleting copy constructors for Scoped* classes.
Bug: webrtc:10365 Change-Id: Ia670b7b1ac72eb19f9e30228fd023601e2fb8a88 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128901 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27259}
This commit is contained in:
committed by
Commit Bot
parent
0cd95081c0
commit
9debe5aee4
@ -313,7 +313,7 @@ TEST_F(ProbeControllerTest, TestAllocatedBitrateCap) {
|
||||
}
|
||||
|
||||
TEST_F(ProbeControllerTest, ConfigurableProbingFieldTrial) {
|
||||
auto trials = test::ScopedFieldTrials(
|
||||
test::ScopedFieldTrials trials(
|
||||
"WebRTC-Bwe-ConfigurableProbing/"
|
||||
"p1:2,p2:5,step_size:3,further_probe_threshold:0.8/");
|
||||
probe_controller_.reset(
|
||||
|
||||
Reference in New Issue
Block a user