)]}'
{
  "commit": "201168a998a4368ebc4349fc12485c2299f731f9",
  "tree": "a182dc8756cea4e8e63ccbb3dbe9021e6060102b",
  "parents": [
    "510e4f2f3f31065c7c998f65cb1ef440cd387547"
  ],
  "author": {
    "name": "Danil Chapovalov",
    "email": "danilchap@webrtc.org",
    "time": "Wed Mar 11 11:59:53 2026"
  },
  "committer": {
    "name": "WebRTC LUCI CQ",
    "email": "webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Wed Mar 11 14:22:46 2026"
  },
  "message": "Replace ArrayView with std::span in modules/audio_processing/aec3\n\nSearch\u0026Replace MakeArrayView and ArrayView with std::span\nSearch\u0026Replace include \"api/array_view.h\" with include \u003cspan\u003e\nRemove \u003cspan\u003e include where std::span is not mentioned in the file\nRemove build dependencies on array_view target\n\nNo-Iwyu: suggested missing includes are questionable, and such question is out of scope of this change.\nBug: webrtc:439801349\nChange-Id: Iaa233c972c1420563862f43530ed354cddbcaf8c\nReviewed-on: https://webrtc-review.googlesource.com/c/src/+/455800\nCommit-Queue: Sam Zackrisson \u003csaza@webrtc.org\u003e\nAuto-Submit: Danil Chapovalov \u003cdanilchap@webrtc.org\u003e\nReviewed-by: Sam Zackrisson \u003csaza@webrtc.org\u003e\nCr-Commit-Position: refs/heads/main@{#47117}\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "1f5a2717c977729b21c1f391b08f0e822b12b4af",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/BUILD.gn",
      "new_id": "10b055f4e26b72ff938960bbb51832413cf86dc3",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/BUILD.gn"
    },
    {
      "type": "modify",
      "old_id": "6a2e3ba712eb9bdbd2b6b70bafd9f5d1ab843abc",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/adaptive_fir_filter.cc",
      "new_id": "52718c052632a61a34820dd429b6e4d442871031",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/adaptive_fir_filter.cc"
    },
    {
      "type": "modify",
      "old_id": "34c06f436754ba24d3d98978d99fb543303c89fe",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/adaptive_fir_filter.h",
      "new_id": "681cd23d5627f55de3831fd03d3edd1f1c7f328c",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/adaptive_fir_filter.h"
    },
    {
      "type": "modify",
      "old_id": "f7ba1fda86efbd35ae1dca61f99d19418000f069",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/adaptive_fir_filter_avx2.cc",
      "new_id": "f250f848067effc94484303d0129578456bb896f",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/adaptive_fir_filter_avx2.cc"
    },
    {
      "type": "modify",
      "old_id": "11f83af7fe6b4c820b173076253e12c00ee55471",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/adaptive_fir_filter_erl.cc",
      "new_id": "77d148735267122b7f1b1533c947e784196e2578",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/adaptive_fir_filter_erl.cc"
    },
    {
      "type": "modify",
      "old_id": "68da2d2d661302c14486f1eee6938038e7341b76",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/adaptive_fir_filter_erl.h",
      "new_id": "d504d270ec6ce1e7ca5f429e0791050fce254ad1",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/adaptive_fir_filter_erl.h"
    },
    {
      "type": "modify",
      "old_id": "6abbcaec5a4e3258037076fd19e060103e3c2761",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/adaptive_fir_filter_erl_avx2.cc",
      "new_id": "c3606aa10b2c7718367e8a8d2db459b942269919",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/adaptive_fir_filter_erl_avx2.cc"
    },
    {
      "type": "modify",
      "old_id": "2e600be46d9d2a643cebaf640dafc15fcbc78ef3",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc",
      "new_id": "60e9628657079bfe37e9493448a812943771b556",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "7652e306a03b07d1cd0d5ad32f8573619d822fdb",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/aec3_fft.cc",
      "new_id": "360590e358f0210472425895fe98b5e8f4cf4ca0",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/aec3_fft.cc"
    },
    {
      "type": "modify",
      "old_id": "83d2a2e91997d21722265106acd74e143e596771",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/aec3_fft.h",
      "new_id": "2362a51df0219b91f33a3d991296ccfbb4654fa0",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/aec3_fft.h"
    },
    {
      "type": "modify",
      "old_id": "750c89ab2f02b03a4aa9f8a86eb36085a62b7ab8",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/aec_state.cc",
      "new_id": "d97fda3b9c4d6de6a839e453c3577d88ddf47d90",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/aec_state.cc"
    },
    {
      "type": "modify",
      "old_id": "9c5adc7d3c7328c1c9f50cf86efbf40ea17446fa",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/aec_state.h",
      "new_id": "df5bc65b9b0e72e430e5b355572b219d15808fa7",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/aec_state.h"
    },
    {
      "type": "modify",
      "old_id": "0370aebcaf4361fefc04c4ba4a29ab7bcab74f9d",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/alignment_mixer.cc",
      "new_id": "c3e36b22b7e2a6d78382049d0e51a5deb60eb453",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/alignment_mixer.cc"
    },
    {
      "type": "modify",
      "old_id": "29bf14b6755187245928b7a35aada02a748dec73",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/alignment_mixer.h",
      "new_id": "ecc015d7876645a83f608f0334fdc68eff1c1030",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/alignment_mixer.h"
    },
    {
      "type": "modify",
      "old_id": "72c2649a48c85eae374a71330fe158b4cb5b67e6",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/alignment_mixer_unittest.cc",
      "new_id": "e21e2118e846082d90622d8e71c000408dada626",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/alignment_mixer_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "75f032d0f29982a74842f082a89727be88a6914e",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/block.h",
      "new_id": "164ba1824a3434d66c1d734a2ef32cc34d5f83ba",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/block.h"
    },
    {
      "type": "modify",
      "old_id": "3d67aae6cba77b28372d5225e8347aba68c64c28",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/block_delay_buffer.cc",
      "new_id": "84df4e50c3eb4525fa0e669b5150fab4affab513",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/block_delay_buffer.cc"
    },
    {
      "type": "modify",
      "old_id": "58d1effba70714fc0ed1d3c7af38ac2fac97c1f6",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/block_framer.cc",
      "new_id": "f9cadb9a8ae0041e49f8aecf27990ce192899bdc",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/block_framer.cc"
    },
    {
      "type": "modify",
      "old_id": "c7ddc4987e7a40d2eea96dfadef888a5445f845f",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/block_framer.h",
      "new_id": "896bc6b5ddd9370cb76fa13f9b07587a9e02d576",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/block_framer.h"
    },
    {
      "type": "modify",
      "old_id": "b898f32db61cb7b2f594fca86a5fce433c980382",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/block_framer_unittest.cc",
      "new_id": "fa9aaff15f5f13484fb282e868167b5205e124c7",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/block_framer_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "fe9596d4c498f96bc872fbb692430f1c9fd943d5",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/block_processor_unittest.cc",
      "new_id": "bc085841d2680867e93422eb49b3aa176bc33ee9",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/block_processor_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "8df81e5cecf7d79792ac3d3121a3c132bb5fa367",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/comfort_noise_generator.cc",
      "new_id": "b7f30de87072c85d22c5fa9140e4296c7de0ba00",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/comfort_noise_generator.cc"
    },
    {
      "type": "modify",
      "old_id": "3672185f99d4975c1793fc440422a6c1961f3b71",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/comfort_noise_generator.h",
      "new_id": "c28e269adea4ccf8de3ff976033f01128313b780",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/comfort_noise_generator.h"
    },
    {
      "type": "modify",
      "old_id": "d0f0e7c82c2c0667d736a3fbc518e32eefe2aba8",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/decimator.cc",
      "new_id": "473273d2c1bd8342a5315bb12daa22916fc99cd3",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/decimator.cc"
    },
    {
      "type": "modify",
      "old_id": "805616948f7dd9ff7a334e830ff7ec1ce958bdb0",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/decimator.h",
      "new_id": "51d64895154a2c14862284acd5aa25a51b3eb225",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/decimator.h"
    },
    {
      "type": "modify",
      "old_id": "8424c36cc72a79b3f1d0d841a9479ca1b729dbec",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/decimator_unittest.cc",
      "new_id": "d0eb010b68583bfbae50a77b49834b2336d25786",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/decimator_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "c37fa9a4bad023b170fd1dfb8e8980fb8fc9acbd",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/dominant_nearend_detector.cc",
      "new_id": "35aff9341b74679a4b2e41e63d6df6ddd1215b0a",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/dominant_nearend_detector.cc"
    },
    {
      "type": "modify",
      "old_id": "afd151604246c32bae5464dbbaadddb2dafc853e",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/dominant_nearend_detector.h",
      "new_id": "cbab36e3a4b8dcecfcef14853de389a8563a0169",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/dominant_nearend_detector.h"
    },
    {
      "type": "modify",
      "old_id": "b7a9430290280c6a772b5e52b810c5cffc0892e8",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/echo_audibility.cc",
      "new_id": "55191ef4adec60146f4e8213e3e1cdca66ae5f44",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/echo_audibility.cc"
    },
    {
      "type": "modify",
      "old_id": "44df9266c1415ba6443bed6f6b43ec0be4be7b87",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/echo_audibility.h",
      "new_id": "35edb5d5920e0585e80c2b0281434c47a82fb6c4",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/echo_audibility.h"
    },
    {
      "type": "modify",
      "old_id": "7bf2aa3856ef70d69d0d086d519c8ea709e9ecd1",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/echo_canceller3.cc",
      "new_id": "5e99a5b3bc3556544793ad577de7ad85ec605a2b",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/echo_canceller3.cc"
    },
    {
      "type": "modify",
      "old_id": "9005cc00b33c433ebd4ad10b1c9dd29d0e648c7e",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/echo_canceller3.h",
      "new_id": "e12ee0abe9cb6a0e6d28d9a0c403996ea44bce9b",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/echo_canceller3.h"
    },
    {
      "type": "modify",
      "old_id": "01f0a6ea49749aabe4c901e1ca02517df6394bba",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/echo_canceller3_unittest.cc",
      "new_id": "69d71ad8109f1496c04bdfce35c60b0fc3a866cc",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/echo_canceller3_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "30b66896b3c075b80d5b11d2ef3d0f2d1336207f",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/echo_path_delay_estimator.cc",
      "new_id": "db238d82befc44f8e5e4af7579adb306b0a524a3",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/echo_path_delay_estimator.cc"
    },
    {
      "type": "modify",
      "old_id": "b6f3a7b24f73f4e2fff6ebf5eccc7fdf284132e0",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/echo_remover.cc",
      "new_id": "0d3e1d1c7a76fa95a5ecaf4c3b6a6b32a1cbba29",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/echo_remover.cc"
    },
    {
      "type": "modify",
      "old_id": "2bf6ee9e724e274bf29064a90dda64f2b755b255",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/erl_estimator.cc",
      "new_id": "d5894cf0a6fc0afb761af6360d055ae29ae8b568",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/erl_estimator.cc"
    },
    {
      "type": "modify",
      "old_id": "b793ddec780dbb686b785a58415f7028339f0e30",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/erl_estimator.h",
      "new_id": "2b2ab4342e88677658b8cfbdf2ff33466ed61483",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/erl_estimator.h"
    },
    {
      "type": "modify",
      "old_id": "15de3775940f4b9b771992210859672c0d743633",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/erle_estimator.cc",
      "new_id": "206103e42bfc0fde51b3f3b3b837c8c5a3114211",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/erle_estimator.cc"
    },
    {
      "type": "modify",
      "old_id": "fe6e71a3556cfd4b0ca14516dd6c2f26ff5e65c1",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/erle_estimator.h",
      "new_id": "fb275107ff205471d22deb17e1fbfb91ef930757",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/erle_estimator.h"
    },
    {
      "type": "modify",
      "old_id": "ce75cfcafe0dc7ab47f25e6cfefb527209ecdeac",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/erle_estimator_unittest.cc",
      "new_id": "a6497386e9ab244b51d482e6648ef630f8c6be77",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/erle_estimator_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "b22749638819da860b1ad43f769bed4222802e84",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/fft_data.h",
      "new_id": "6bab8c9c1aabc2bccd61f8c73c7bc5bfe6e019e0",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/fft_data.h"
    },
    {
      "type": "modify",
      "old_id": "eaa93c0db105c1d8bf7803dbc51cb0861bec4451",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/fft_data_avx2.cc",
      "new_id": "97c34dfc31a56dc3ca4244e77e4005fbebaaf93c",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/fft_data_avx2.cc"
    },
    {
      "type": "modify",
      "old_id": "cf64737109bf2f2aec822d1c6b580431433bada0",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/filter_analyzer.cc",
      "new_id": "e9445cf66418128d43f8a21c442820e0deaf8cf6",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/filter_analyzer.cc"
    },
    {
      "type": "modify",
      "old_id": "83c48650c5b9ee5c10ba2a039fd6d03a9f7ec0c2",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/filter_analyzer.h",
      "new_id": "28c7912f9de3544d142a05d45308dc5818803ece",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/filter_analyzer.h"
    },
    {
      "type": "modify",
      "old_id": "97246e14ca0886e18a6b277261eeb430c737bef2",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/frame_blocker.cc",
      "new_id": "2b93e7a65b80a7407bd4c410fa4af1a726d7fbd6",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/frame_blocker.cc"
    },
    {
      "type": "modify",
      "old_id": "f9dd88b76a06258b9cb20b997450d93db8bd91d4",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/frame_blocker.h",
      "new_id": "f035fed33fcd6927c19fc1ef927183dc564c778e",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/frame_blocker.h"
    },
    {
      "type": "modify",
      "old_id": "d32cd80b2935ca9f11b26087e550f70461ff107e",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/frame_blocker_unittest.cc",
      "new_id": "eadfe71dfcd0f43909f70a1863ec8c9602838060",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/frame_blocker_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "07acfa98a328bf4ed9d5b221f5fd8dec4acd800c",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/fullband_erle_estimator.cc",
      "new_id": "e31ec293319371c0227c09f441a42128723cf3d9",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/fullband_erle_estimator.cc"
    },
    {
      "type": "modify",
      "old_id": "bb710c96d0c0fa62c189b4d3d0f1e510b2ebfcb3",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/fullband_erle_estimator.h",
      "new_id": "17af9587508c3c195cec498c9f283ac64e9df6d6",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/fullband_erle_estimator.h"
    },
    {
      "type": "modify",
      "old_id": "5c86e2731142fe69919e298ccdcbca6e050bea2c",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/matched_filter.cc",
      "new_id": "961d8a88db4253f728e30f71e5fc697d8087b7c2",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/matched_filter.cc"
    },
    {
      "type": "modify",
      "old_id": "2a910b7eb28ee5a6ecf4bffd561a594a713b3f8f",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/matched_filter.h",
      "new_id": "993670eafca1e9f0520a0af2bc37ccd41a66e009",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/matched_filter.h"
    },
    {
      "type": "modify",
      "old_id": "1312c83db642edf3b723303b975120fd0237e018",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/matched_filter_avx2.cc",
      "new_id": "0b9360c2107e107f63f8c8604922814cb7291ec9",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/matched_filter_avx2.cc"
    },
    {
      "type": "modify",
      "old_id": "4909182157522268850fa1294473373fb846f293",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/matched_filter_lag_aggregator.cc",
      "new_id": "51e5db84b56be97fbd6b7c92bdbe7bf1df943366",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/matched_filter_lag_aggregator.cc"
    },
    {
      "type": "modify",
      "old_id": "26cafbca153695ad471ae7f8e937941f942c937c",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/matched_filter_lag_aggregator.h",
      "new_id": "d53464fb42559a11b8ae6d032edeb35979b75aaf",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/matched_filter_lag_aggregator.h"
    },
    {
      "type": "modify",
      "old_id": "dc75bcccce92768921dd411298db19c6b6621bd5",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/matched_filter_unittest.cc",
      "new_id": "7369ec2a570a9ec50f36789397a8da33a7dd3c30",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/matched_filter_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "e1e5589ff380f8091a422e991b21b66e7499be5e",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/moving_average.cc",
      "new_id": "503b86bf9b7add4c0f8f4f19481db439e8e8b8b2",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/moving_average.cc"
    },
    {
      "type": "modify",
      "old_id": "68f2fd0fccfacacaf66a27ec135fff8e925e5de3",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/moving_average.h",
      "new_id": "77e2a5907d404b74ea1daf9744534df36ddae976",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/moving_average.h"
    },
    {
      "type": "modify",
      "old_id": "a1f30a977c29a957ff83e48fd543812af3d4ed78",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/nearend_detector.h",
      "new_id": "c95c19edc194a3345f96a193c25c626db87cd568",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/nearend_detector.h"
    },
    {
      "type": "modify",
      "old_id": "120d46a4f6c93cfd9ebeb3351b9a6bb7f11003c1",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/BUILD.gn",
      "new_id": "029a0114f6def6d7b2079390317d76f1c19a539d",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/BUILD.gn"
    },
    {
      "type": "modify",
      "old_id": "45c08e1c70d6a83441b647340ac553371fd560e1",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/neural_feature_extractor.cc",
      "new_id": "63615c9eb1942b9742b6aa621f28dbe79454b73f",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/neural_feature_extractor.cc"
    },
    {
      "type": "modify",
      "old_id": "5dba121d32d267e04391014066fdd653624bb21a",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/neural_feature_extractor.h",
      "new_id": "2071fb944a80231e26d924be31630970d6ec9055",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/neural_feature_extractor.h"
    },
    {
      "type": "modify",
      "old_id": "66ccf6e9580ede80e8ef0a080b8f215dbfeedc26",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/neural_feature_extractor_unittest.cc",
      "new_id": "757af1bc7a267ef52b364eef0c56c282e702283e",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/neural_feature_extractor_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "1cec3a3367284128a6891c2272e35239fa4bea82",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/neural_residual_echo_estimator_impl.cc",
      "new_id": "0c80ef18ce8873ce2d870864a49a29c699ad1824",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/neural_residual_echo_estimator_impl.cc"
    },
    {
      "type": "modify",
      "old_id": "4ee86340913d45ada59b57e0471f94f6fc5fa23a",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/neural_residual_echo_estimator_impl.h",
      "new_id": "2c2f0910893983953ff1f4b5ff46291718d3f6b6",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/neural_residual_echo_estimator_impl.h"
    },
    {
      "type": "modify",
      "old_id": "3da7b7771565390157a71c467321069190a69b74",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/neural_residual_echo_estimator_impl_unittest.cc",
      "new_id": "a8681fb1e233cc8e7669de8d694e2b5306d079e3",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/neural_residual_echo_estimator/neural_residual_echo_estimator_impl_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "80a55c21b3b5db8c5d38cd1b21ce20fecb34b2bf",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/refined_filter_update_gain.cc",
      "new_id": "3686903970ab84f83ab89c931d8eb4db05523313",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/refined_filter_update_gain.cc"
    },
    {
      "type": "modify",
      "old_id": "660a0137b5e0ec89f9804b294ca3a53b804fc803",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/refined_filter_update_gain.h",
      "new_id": "937ba8f974a18acc343535f337d90fc66e5821cb",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/refined_filter_update_gain.h"
    },
    {
      "type": "modify",
      "old_id": "8f76bd04afea889d9b6ebeeec0c4ac50485558b4",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/render_buffer.h",
      "new_id": "f25416f828dae7ba5acd24bec269876e40f1b9e0",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/render_buffer.h"
    },
    {
      "type": "modify",
      "old_id": "b595eefc9e5b187efb23da0dbe3977243be0166a",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/render_delay_buffer.cc",
      "new_id": "ecc7431fa4805c48c2ba21489fd67f749f0afa5a",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/render_delay_buffer.cc"
    },
    {
      "type": "modify",
      "old_id": "ae013e71896584afcf2d119822b65c39566480b5",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/render_signal_analyzer.cc",
      "new_id": "9efb4bc2a4098ff104d504f443f809d728dec48a",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/render_signal_analyzer.cc"
    },
    {
      "type": "modify",
      "old_id": "9cb8ebe005fd77c4038e8597cad0ce8757fe2828",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/render_signal_analyzer_unittest.cc",
      "new_id": "7a14adb75aea8fcd2579fca4e402408d91685bda",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/render_signal_analyzer_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "1c4c3a01375d1e0ceb7071614af70a359dfd2ba7",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/residual_echo_estimator.cc",
      "new_id": "65793d46c150308228028682bd0ba3b99ba43e0f",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/residual_echo_estimator.cc"
    },
    {
      "type": "modify",
      "old_id": "22358bca2aa44ec8ed2283769db4126ea4601b89",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/residual_echo_estimator.h",
      "new_id": "fe1a4f868de9033b9aceb1bc055e61b3ac34ad91",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/residual_echo_estimator.h"
    },
    {
      "type": "modify",
      "old_id": "05c8c58b3ac28f152ff358762c529fc05a690d61",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/residual_echo_estimator_unittest.cc",
      "new_id": "a3351c831ec2a3a2db5f6c69603d60b8d4ec7c2e",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/residual_echo_estimator_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "dbedfc79e08132dacd4b0a43a94b890d965ac49b",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/reverb_decay_estimator.cc",
      "new_id": "b010629eceec3f1521608e2af279f91dead41e5b",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/reverb_decay_estimator.cc"
    },
    {
      "type": "modify",
      "old_id": "721cd2bbec33b5825fea60939cb057a7ca940e3d",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/reverb_decay_estimator.h",
      "new_id": "08fd6ca90043f535ef47b6f3b13ec63792d960f3",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/reverb_decay_estimator.h"
    },
    {
      "type": "modify",
      "old_id": "c375ad1820cf059fb1b62e5005129f7dda91c700",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/reverb_frequency_response.cc",
      "new_id": "574eefc4c9e6f5c847521f09562d30d3088a40d1",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/reverb_frequency_response.cc"
    },
    {
      "type": "modify",
      "old_id": "3fecba7396af70f9d0c6dd58157e321c118de18c",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/reverb_frequency_response.h",
      "new_id": "ee36bce0e036a4cf28ea1ae35ef2affd4f6f52ac",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/reverb_frequency_response.h"
    },
    {
      "type": "modify",
      "old_id": "7bd719c76d8b29c58da5724f9ec30716e0c76100",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/reverb_model.cc",
      "new_id": "63c30cbaa64038fdcfe8ab074bff9aa376262672",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/reverb_model.cc"
    },
    {
      "type": "modify",
      "old_id": "15e24895e60a6c35982928fbc74ec853eae1a5a5",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/reverb_model.h",
      "new_id": "a05f38016f81c794908ebd80c109ae4a0bb743e2",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/reverb_model.h"
    },
    {
      "type": "modify",
      "old_id": "64652999092a46c127117bf098a2b96b5d3d4dca",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/reverb_model_estimator.cc",
      "new_id": "afbd110e6db9a7371ce38b182f584f724c31ab4c",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/reverb_model_estimator.cc"
    },
    {
      "type": "modify",
      "old_id": "08bbc8644789075d9fcb7c04094ea79911f26c22",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/reverb_model_estimator.h",
      "new_id": "50bd97e06603270556ef6709e78a67af9fcb24cd",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/reverb_model_estimator.h"
    },
    {
      "type": "modify",
      "old_id": "e3cde9e4e18dcf68a8032bd09143be1b9a64e3e7",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/reverb_model_estimator_unittest.cc",
      "new_id": "8f5be5a74b796575f77afdcd122d2637226e4e5d",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/reverb_model_estimator_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "d0a854c57b7df6efb77f47f7db97ce59e78146e9",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/signal_dependent_erle_estimator.cc",
      "new_id": "571b4823deec26e4bb03c6f04270823c03dc333d",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/signal_dependent_erle_estimator.cc"
    },
    {
      "type": "modify",
      "old_id": "4c58bd4f4f367d62d2c938609a74312973fedc48",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/signal_dependent_erle_estimator.h",
      "new_id": "992057d78f50a1d157597f5982f539c23e248aa9",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/signal_dependent_erle_estimator.h"
    },
    {
      "type": "modify",
      "old_id": "c834b39e94a1a3c8c39910fba37cfd90b01cc81e",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/signal_dependent_erle_estimator_unittest.cc",
      "new_id": "611b25ca07962bc218095310b6bdf6f2b9d7220f",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/signal_dependent_erle_estimator_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "cba546bdd16ff87b78a12d4b57691998c0848e14",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/stationarity_estimator.cc",
      "new_id": "7b3f8f8c09559d7e993e0c5dc7f10ab8fbf3a29f",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/stationarity_estimator.cc"
    },
    {
      "type": "modify",
      "old_id": "0c10a099b05cc8e00c449fbe5b01bd2de130a20f",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/stationarity_estimator.h",
      "new_id": "e0a66cac0b1aa07cdf86471f2fc89a2856aca0fc",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/stationarity_estimator.h"
    },
    {
      "type": "modify",
      "old_id": "8db40a257978b97fffa783feb64ae9bd5dd3cbe4",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/subband_erle_estimator.cc",
      "new_id": "c71d5e8d0622395c9d8372b076361ad7d8c4e302",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/subband_erle_estimator.cc"
    },
    {
      "type": "modify",
      "old_id": "fdfaad8872d8d397f85d514407cc22fcc27e76c1",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/subband_erle_estimator.h",
      "new_id": "5e639fe2e4e46253acb70c8740053b0380c44768",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/subband_erle_estimator.h"
    },
    {
      "type": "modify",
      "old_id": "37b356367bc072ffc6de9c8092582c829083cb96",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/subband_nearend_detector.cc",
      "new_id": "e569a3f131e0170f6fd65a36ba39f5a1b218be53",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/subband_nearend_detector.cc"
    },
    {
      "type": "modify",
      "old_id": "ab733b9acbd025bef92995427baf4dee26aa4a7b",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/subband_nearend_detector.h",
      "new_id": "635e063b2409d05fdf4c0df4aafe2de40d402ff1",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/subband_nearend_detector.h"
    },
    {
      "type": "modify",
      "old_id": "bfce13f42db37aa70a12a0edfd9cf7fcfc3aaa8a",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/subtractor.cc",
      "new_id": "8f9d7752e9b87126339b8db8d1c02358cdab9520",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/subtractor.cc"
    },
    {
      "type": "modify",
      "old_id": "148bdf2c1f77994392267cac576b9dc17bfddd5f",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/subtractor.h",
      "new_id": "e0402900ebdcb8b56c3aa397e0905b38eb9bf5c7",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/subtractor.h"
    },
    {
      "type": "modify",
      "old_id": "7a5bd17ef9157eed600d257f8517e1b33f6e827b",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/subtractor_output.cc",
      "new_id": "811014c90cfcaaadcab3484155b136df5ac19463",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/subtractor_output.cc"
    },
    {
      "type": "modify",
      "old_id": "10349f593720a40fd7553bf327b71600623476fb",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/subtractor_output.h",
      "new_id": "6fb1d0d8be9947409e186d99de50aba2c31b4450",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/subtractor_output.h"
    },
    {
      "type": "modify",
      "old_id": "f0cb67278f94286936be867ace2002d6892236a0",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/subtractor_output_analyzer.cc",
      "new_id": "52d806c83752079698a78d387d0ab1c335f2780f",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/subtractor_output_analyzer.cc"
    },
    {
      "type": "modify",
      "old_id": "760ffe63b04d02d2238ce05e2bf991f1c9b5b11c",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/subtractor_output_analyzer.h",
      "new_id": "9559dab27256fa1ae7681d95db395c8391979016",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/subtractor_output_analyzer.h"
    },
    {
      "type": "modify",
      "old_id": "9d2be96e524d7fe33b617dc049cb50b24a87c691",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/subtractor_unittest.cc",
      "new_id": "5d30146e940602ddc3970344091c4746576203a5",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/subtractor_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "fa44591b13178f05b0f7dc8d323f2da6d91c1201",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/suppression_filter.cc",
      "new_id": "b5a6f79fb207fa2053a3958d06e67650913f3347",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/suppression_filter.cc"
    },
    {
      "type": "modify",
      "old_id": "4a6de28eba86245daff23430339fd7065b3b9caf",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/suppression_filter.h",
      "new_id": "a37d783551a7ebdfcc28bdb1605529686f6a69fc",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/suppression_filter.h"
    },
    {
      "type": "modify",
      "old_id": "0ba04aec9ff0aea044240267d7860396ede7f23e",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/suppression_gain.cc",
      "new_id": "bd92aff2e8a58e7b0bee27c67201365191fc26e8",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/suppression_gain.cc"
    },
    {
      "type": "modify",
      "old_id": "b0a56d04ad10b6aa5626a54547ee1a8d4fd1367c",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/suppression_gain.h",
      "new_id": "550b533cbf75ae947a5efeee72a358b5276f3026",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/suppression_gain.h"
    },
    {
      "type": "modify",
      "old_id": "9fd7792d3f508e8e4906ea2b489fb2f220bd214f",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/vector_math.h",
      "new_id": "d8b5ecf3d11797e4bc563a22f102637a8e63c9e7",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/vector_math.h"
    },
    {
      "type": "modify",
      "old_id": "da4dd6e5159914936754c40a3b5fdce13080b0f2",
      "old_mode": 33188,
      "old_path": "modules/audio_processing/aec3/vector_math_avx2.cc",
      "new_id": "2288420f401817c67f954f3e948485a3704cfbef",
      "new_mode": 33188,
      "new_path": "modules/audio_processing/aec3/vector_math_avx2.cc"
    }
  ]
}
