chromium/components/visited_url_ranking/internal/transformer/default_app_url_visit_aggregates_transformer.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 "components/visited_url_ranking/public/url_visit.h"

namespace {

URLVisitAggregate;

const GURL& GetVisitVariantUrl(
    const URLVisitAggregate::URLVisitVariant& visit_variant) {}

}  // namespace

namespace visited_url_ranking {

DefaultAppURLVisitAggregatesTransformer::
    DefaultAppURLVisitAggregatesTransformer(
        base::flat_set<std::string_view> default_app_blocklist)
    :{}

DefaultAppURLVisitAggregatesTransformer::
    ~DefaultAppURLVisitAggregatesTransformer() = default;

void DefaultAppURLVisitAggregatesTransformer::Transform(
    std::vector<URLVisitAggregate> aggregates,
    const FetchOptions& options,
    OnTransformCallback callback) {}

}  // namespace visited_url_ranking