// 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/history_url_visit_aggregates_browser_type_transformer.h" namespace visited_url_ranking { HistoryURLVisitAggregatesBrowserTypeTransformer:: ~HistoryURLVisitAggregatesBrowserTypeTransformer() = default; void HistoryURLVisitAggregatesBrowserTypeTransformer::Transform( std::vector<URLVisitAggregate> aggregates, const FetchOptions& options, OnTransformCallback callback) { … } } // namespace visited_url_ranking