Replace Invoke in tests with SendTask test helper

Bug: webrtc:11318
Change-Id: I14e3fbc694d41c785a61c88d8207005c681576c4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/271540
Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37774}
This commit is contained in:
Danil Chapovalov
2022-08-12 15:55:11 +02:00
committed by WebRTC LUCI CQ
parent 6f1c84705f
commit 2aaef45876
24 changed files with 165 additions and 166 deletions

View File

@ -62,7 +62,6 @@
#include "pc/video_track.h"
#include "rtc_base/checks.h"
#include "rtc_base/gunit.h"
#include "rtc_base/location.h"
#include "rtc_base/thread.h"
#include "test/gmock.h"
#include "test/gtest.h"