// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_NETWORK_TEST_TEST_RESTRICTED_UDP_SOCKET_H_ #define SERVICES_NETWORK_TEST_TEST_RESTRICTED_UDP_SOCKET_H_ #include "services/network/public/mojom/restricted_udp_socket.mojom.h" #include "services/network/test/test_udp_socket.h" namespace network { class TestRestrictedUDPSocket : public mojom::RestrictedUDPSocket { … }; } // namespace network #endif // SERVICES_NETWORK_TEST_TEST_RESTRICTED_UDP_SOCKET_H_