chromium/services/network/public/cpp/url_loader_completion_status_mojom_traits_unittest.cc

// 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/url_loader_completion_status.mojom.h"

#include "mojo/public/cpp/test_support/test_utils.h"
#include "net/base/host_port_pair.h"
#include "services/network/public/cpp/url_loader_completion_status.h"
#include "services/network/public/mojom/cors.mojom.h"
#include "services/network/public/mojom/trust_tokens.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace network {
namespace {

TEST(URLLoaderCompletionStatusMojomTraitsTest, MojoRoundTrip) {}

}  // namespace
}  // namespace network