chromium/services/network/public/cpp/private_network_access_check_result.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/cpp/private_network_access_check_result.h"

#include <ostream>

#include "services/network/public/mojom/cors.mojom-shared.h"

namespace network {

CorsError;

Result;

std::string_view PrivateNetworkAccessCheckResultToStringPiece(Result result) {}

std::ostream& operator<<(std::ostream& out,
                         PrivateNetworkAccessCheckResult result) {}

std::optional<CorsError> PrivateNetworkAccessCheckResultToCorsError(
    Result result) {}

}  // namespace network