// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/network/public/mojom/cors.mojom.h" #include "mojo/public/cpp/test_support/test_utils.h" #include "services/network/public/cpp/cors/cors_error_status.h" #include "services/network/public/mojom/ip_address_space.mojom.h" #include "testing/gtest/include/gtest/gtest.h" namespace network { namespace { TEST(CorsMojomTraitsTest, CorsErrorStatusMojoRoundTrip) { … } } // namespace } // namespace network