chromium/components/visited_url_ranking/internal/transformer/transformer_test_support.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_VISITED_URL_RANKING_INTERNAL_TRANSFORMER_TRANSFORMER_TEST_SUPPORT_H_
#define COMPONENTS_VISITED_URL_RANKING_INTERNAL_TRANSFORMER_TRANSFORMER_TEST_SUPPORT_H_

#include <memory>
#include <utility>
#include <vector>

#include "base/test/task_environment.h"
#include "components/visited_url_ranking/public/url_visit.h"
#include "components/visited_url_ranking/public/url_visit_aggregates_transformer.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace visited_url_ranking {

class URLVisitAggregatesTransformerTest : public testing::Test {};

}  // namespace visited_url_ranking

#endif  // COMPONENTS_VISITED_URL_RANKING_INTERNAL_TRANSFORMER_TRANSFORMER_TEST_SUPPORT_H_