Make corruption_detection_message publicly visible

Bug: webrtc:358039777
Change-Id: If15a36fd60ad4e434c07ae43b0a53bf2b5b04366
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/375541
Commit-Queue: Fanny Linderborg <linderborg@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#43815}
This commit is contained in:
Fanny Linderborg 2025-01-28 09:30:09 +01:00 committed by WebRTC LUCI CQ
parent 87b7c1aa6e
commit 5342220a1b

View File

@ -34,6 +34,7 @@ rtc_source_set("dependency_descriptor") {
} }
rtc_source_set("corruption_detection_message") { rtc_source_set("corruption_detection_message") {
visibility = [ "*" ]
sources = [ "corruption_detection_message.h" ] sources = [ "corruption_detection_message.h" ]
deps = [ deps = [
"../../../api:array_view", "../../../api:array_view",