webrtc/modules/rtp_rtcp/include
Danil Chapovalov d264df587f Replace rtc::Optional with absl::optional in modules/rtp_rtcp
This is a no-op change because rtc::Optional is an alias to absl::optional

This CL generated using script:
#!/bin/bash
dir=modules/rtp_rtcp
find $dir -type f \( -name \*.h -o -name \*.cc \) \
-exec sed -i 's|rtc::Optional|absl::optional|' {} \+ \
-exec sed -i 's|rtc::nullopt|absl::nullopt|' {} \+ \
-exec sed -i 's|#include "api/optional.h"|#include "absl/types/optional.h"|' {} \+

find $dir -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: Ife720849709959046329c1c9faa3f31aa13274dc
Reviewed-on: https://webrtc-review.googlesource.com/83584
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23624}
2018-06-15 09:53:35 +00:00
..
flexfec_receiver.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
flexfec_sender.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
receive_statistics.h Drop the RTT as input to IsRetransmitOfOldPacket. 2018-05-23 13:14:40 +00:00
remote_ntp_time_estimator.h Remove WebRTC-ClockEstimation experiment and make new clock estimation always enabled 2017-12-05 09:49:32 +00:00
rtp_cvo.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_header_extension_map.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
rtp_header_parser.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_payload_registry.h Replace rtc::Optional with absl::optional in modules/rtp_rtcp 2018-06-15 09:53:35 +00:00
rtp_receiver.h Delete deprecated CreateVideoReceiver and CreateAudioReceiver. 2018-05-29 13:06:54 +00:00
rtp_rtcp_defines.cc Fix circular dependencies in webrtc_common. 2017-12-15 14:33:26 +00:00
rtp_rtcp_defines.h Replace rtc::Optional with absl::optional in modules/rtp_rtcp 2018-06-15 09:53:35 +00:00
rtp_rtcp.h Replace rtc::Optional with absl::optional in modules/rtp_rtcp 2018-06-15 09:53:35 +00:00
ulpfec_receiver.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00