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

// 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.

#include "services/network/public/cpp/attribution_utils.h"

#include "services/network/public/mojom/attribution.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace network {
namespace {

TEST(AttributionSupportTest, HasAttributionOsSupport) {}

TEST(AttributionSupportTest, HasAttributionWebSupport) {}

TEST(AttributionSupportTest, HasAttributionSupport) {}

}  // namespace
}  // namespace network