chromium/components/aggregation_service/parsing_utils_unittest.cc

// Copyright 2022 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/parsing_utils.h"

#include <optional>
#include <string>

#include "components/aggregation_service/aggregation_coordinator_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
#include "url/origin.h"

namespace aggregation_service {
namespace {

TEST(AggregationServiceParsingUtilsTest, ParseAggregationCoordinator) {}

}  // namespace
}  // namespace aggregation_service