commit | 8037fc6ffa131805248c2a63c3edec69155b05cf | [log] [tgz] |
---|---|---|
author | Florent Castelli <orphis@webrtc.org> | Thu Aug 29 13:00:40 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 02 12:16:47 2024 |
tree | fdce48749094a802176f02bdb46d929050a6dced | |
parent | 787b907e947c58bce65aab840d4860bbba2310c6 [diff] [blame] |
Migrate absl::optional to std::optional Bug: webrtc:342905193 No-Try: True Change-Id: Icc968be43b8830038ea9a1f5f604307220457807 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361021 Auto-Submit: Florent Castelli <orphis@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42911}
diff --git a/test/fuzzers/audio_decoder_fuzzer.cc b/test/fuzzers/audio_decoder_fuzzer.cc index 1db332e..ccfd604 100644 --- a/test/fuzzers/audio_decoder_fuzzer.cc +++ b/test/fuzzers/audio_decoder_fuzzer.cc
@@ -11,8 +11,8 @@ #include "test/fuzzers/audio_decoder_fuzzer.h" #include <limits> +#include <optional> -#include "absl/types/optional.h" #include "api/audio_codecs/audio_decoder.h" #include "modules/rtp_rtcp/source/byte_io.h" #include "rtc_base/checks.h"