Move to_queued_task.h and pending_task_safety_flag.h into public API

Bug: b/235812579
Change-Id: I9fa3dc4a65044df8b44fff4e9bfeac7233fa381c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/266080
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37248}
This commit is contained in:
Artem Titov
2022-06-16 21:27:45 +02:00
committed by WebRTC LUCI CQ
parent 1ab61886a9
commit c374d11fac
150 changed files with 560 additions and 512 deletions

View File

@ -16,10 +16,10 @@
#include "absl/strings/string_view.h"
#include "api/field_trials_view.h"
#include "api/sequence_checker.h"
#include "api/task_queue/pending_task_safety_flag.h"
#include "rtc_base/network_monitor.h"
#include "rtc_base/network_monitor_factory.h"
#include "rtc_base/string_utils.h"
#include "rtc_base/task_utils/pending_task_safety_flag.h"
#include "rtc_base/thread.h"
#include "rtc_base/thread_annotations.h"
#include "sdk/objc/components/network/RTCNetworkMonitor+Private.h"

View File

@ -11,7 +11,7 @@
#include "sdk/objc/native/src/objc_network_monitor.h"
#include "absl/strings/string_view.h"
#include "rtc_base/task_utils/to_queued_task.h"
#include "api/task_queue/to_queued_task.h"
#include <algorithm>