webrtc/modules/remote_bitrate_estimator
Danil Chapovalov 0040b66ad3 Replace rtc::Optional with absl::optional
This is a no-op change because rtc::Optional is an alias to absl::optional

This CL generated by running script from modules with parameters
'pacing video_coding congestion_controller remote_bitrate_estimator':

find $@ -type f \( -name \*.h -o -name \*.cc \) \
-exec sed -i 's|rtc::Optional|absl::optional|g' {} \+ \
-exec sed -i 's|rtc::nullopt|absl::nullopt|g' {} \+ \
-exec sed -i 's|#include "api/optional.h"|#include "absl/types/optional.h"|' {} \+

find $@ -type f -name BUILD.gn \
-exec sed -r -i 's|"(../)*api:optional"|"//third_party/abseil-cpp/absl/types:optional"|' {} \+;

git cl format

Bug: webrtc:9078
Change-Id: I8ea501d7f1ee36e8d8cd3ed37e6b763c7fe29118
Reviewed-on: https://webrtc-review.googlesource.com/83900
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23640}
2018-06-18 10:24:48 +00:00
..
include Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
test Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
tools Normalize main(..) routines for WinUWP 2017-12-12 14:32:56 +00:00
aimd_rate_control.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
aimd_rate_control.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
aimd_rate_control_unittest.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
BUILD.gn Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
bwe_defines.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
bwe_simulations.cc Preparing for task queue in congenstion controller 2018-02-20 12:35:15 +00:00
DEPS Move remaining traces of VoiceEngine 2018-01-17 13:27:47 +00:00
inter_arrival.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
inter_arrival.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
inter_arrival_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
overuse_detector.cc remove unused stringstream import 2018-06-08 13:03:34 +00:00
overuse_detector.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
overuse_detector_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
overuse_estimator.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
overuse_estimator.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
remote_bitrate_estimator_abs_send_time.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
remote_bitrate_estimator_abs_send_time.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimator_abs_send_time_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimator_single_stream.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
remote_bitrate_estimator_single_stream.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimator_single_stream_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimator_unittest_helper.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimator_unittest_helper.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimators_test.cc Add field trials to configure the backoff factor and the trendline window of the BWE. 2017-10-06 07:10:04 +00:00
remote_estimator_proxy.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
remote_estimator_proxy.h Resolve cyclic dependency in remote bitrate estimator 2017-09-25 15:10:14 +00:00
remote_estimator_proxy_unittest.cc Resolve cyclic dependency in remote bitrate estimator 2017-09-25 15:10:14 +00:00