chromium/components/visited_url_ranking/internal/transformer/default_app_url_visit_aggregates_transformer_unittest.cc

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

#include "components/visited_url_ranking/internal/transformer/default_app_url_visit_aggregates_transformer.h"

#include <iterator>
#include <memory>
#include <string_view>
#include <tuple>
#include <utility>
#include <vector>

#include "base/containers/flat_set.h"
#include "base/functional/callback.h"
#include "base/strings/strcat.h"
#include "base/test/mock_callback.h"
#include "components/history/core/browser/history_types.h"
#include "components/visited_url_ranking/internal/transformer/transformer_test_support.h"
#include "components/visited_url_ranking/public/test_support.h"
#include "components/visited_url_ranking/public/url_visit.h"
#include "components/visited_url_ranking/public/url_visit_util.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace visited_url_ranking {

constexpr char kSampleUrl[] =;
constexpr char kUrlForDefaultApp[] =;

class DefaultAppURLVisitAggregatesTransformerTest
    : public URLVisitAggregatesTransformerTest {};

TEST_F(DefaultAppURLVisitAggregatesTransformerTest, Transform) {}

TEST_F(DefaultAppURLVisitAggregatesTransformerTest, TransformRemoveUrl) {}

}  // namespace visited_url_ranking