webrtc/modules/audio_processing/echo_detector
Philipp Hancke ddaa5fa96e Modernize deprecated headers in modules/
Done using
  tools/clang/scripts/build_clang_tools_extra.py \
    --fetch out/Default clang-tidy clang-apply-replacements
  ninja -C out/Default
  gn gen out/Default --export-compile-commands
  cd out/Default
  tools/clang/third_party/llvm/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py -p . \
    -clang-tidy-binary out/Default/tools/clang/third_party/llvm/build/bin/clang-tidy \
    -clang-apply-replacements-binary \
        out/Default/tools/clang/third_party/llvm/build/bin/clang-apply-replacements \
    -checks='-*,modernize-deprecated-headers' \
    -fix modules/
followed by
  git cl format
and a round of IWYU followed by more git cl format

Bug: webrtc:424706384
Change-Id: I9277f055c78a16117a5c88a8b77bbb587f0fba82
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/401100
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@meta.com>
Cr-Commit-Position: refs/heads/main@{#45187}
2025-07-21 09:02:27 -07:00
..
circular_buffer_unittest.cc IWYU modules/audio_processing 2025-06-03 00:08:10 -07:00
circular_buffer.cc IWYU modules/audio_processing 2025-06-03 00:08:10 -07:00
circular_buffer.h
mean_variance_estimator_unittest.cc IWYU modules/audio_processing 2025-06-03 00:08:10 -07:00
mean_variance_estimator.cc Modernize deprecated headers in modules/ 2025-07-21 09:02:27 -07:00
mean_variance_estimator.h
moving_max_unittest.cc
moving_max.cc IWYU modules/audio_processing 2025-06-03 00:08:10 -07:00
moving_max.h
normalized_covariance_estimator_unittest.cc IWYU modules/audio_processing 2025-06-03 00:08:10 -07:00
normalized_covariance_estimator.cc Modernize deprecated headers in modules/ 2025-07-21 09:02:27 -07:00
normalized_covariance_estimator.h