Update pc/ to not use implicit conversion from scoped_refptr<T> to T*.
Bug: webrtc:13464 Change-Id: I768646af8ded6338ef51486b8d69db1ad71e9a2c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259500 Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36588}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
46501b9192
commit
afb246b5a9
@ -352,7 +352,7 @@ class PeerConnectionUsageHistogramTest : public ::testing::Test {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
observer->SetPeerConnectionInterface(result.value());
|
||||
observer->SetPeerConnectionInterface(result.value().get());
|
||||
auto wrapper = std::make_unique<PeerConnectionWrapperForUsageHistogramTest>(
|
||||
pc_factory, result.MoveValue(), std::move(observer));
|
||||
return wrapper;
|
||||
|
||||
Reference in New Issue
Block a user