chromium/components/aggregation_service/aggregation_coordinator_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 "components/aggregation_service/aggregation_coordinator_utils.h"

#include "base/test/scoped_feature_list.h"
#include "components/aggregation_service/features.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
#include "url/origin.h"

namespace aggregation_service {
namespace {

TEST(AggregationCoordinatorUtilsTest, GetDefaultAggregationCoordinatorOrigin) {}

TEST(AggregationCoordinatorUtilsTest, IsAggregationCoordinatorOriginAllowed) {}

}  // namespace
}  // namespace aggregation_service