Add DatagramConnection mocks to compile_all_headers.cc
Bug: chromium:443019066
Change-Id: I23f9048c520b4e19a344b1df3fb52353fca7217b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/416900
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Tony Herre <herre@google.com>
Auto-Submit: Tony Herre <herre@google.com>
Cr-Commit-Position: refs/heads/main@{#45931}
diff --git a/api/BUILD.gn b/api/BUILD.gn
index 62f3d50..33485c1 100644
--- a/api/BUILD.gn
+++ b/api/BUILD.gn
@@ -1823,6 +1823,8 @@
":mock_audio_mixer",
":mock_audio_sink",
":mock_data_channel",
+ ":mock_datagram_connection",
+ ":mock_datagram_connection_observer",
":mock_dtmf_sender",
":mock_frame_decryptor",
":mock_frame_encryptor",
diff --git a/api/test/compile_all_headers.cc b/api/test/compile_all_headers.cc
index 4c84f0f..64204f6 100644
--- a/api/test/compile_all_headers.cc
+++ b/api/test/compile_all_headers.cc
@@ -33,6 +33,8 @@
#include "api/test/mock_audio_mixer.h"
#include "api/test/mock_audio_sink.h"
#include "api/test/mock_data_channel.h"
+#include "api/test/mock_datagram_connection.h"
+#include "api/test/mock_datagram_connection_observer.h"
#include "api/test/mock_dtmf_sender.h"
#include "api/test/mock_frame_decryptor.h"
#include "api/test/mock_frame_encryptor.h"