chromium/components/visited_url_ranking/internal/transformer/bookmarks_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/bookmarks_url_visit_aggregates_transformer.h"

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

#include "base/functional/callback.h"
#include "base/test/mock_callback.h"
#include "components/bookmarks/browser/bookmark_model.h"
#include "components/bookmarks/browser/titled_url_match.h"
#include "components/bookmarks/browser/url_and_title.h"
#include "components/bookmarks/test/test_bookmark_client.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 "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace visited_url_ranking {

class BookmarksURLVisitAggregatesTransformerTest
    : public URLVisitAggregatesTransformerTest {};

TEST_F(BookmarksURLVisitAggregatesTransformerTest, Transform) {}

}  // namespace visited_url_ranking