chromium/components/page_content_annotations/core/test_page_content_annotations_service.cc

// Copyright 2023 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/page_content_annotations/core/test_page_content_annotations_service.h"

#include "base/task/sequenced_task_runner.h"
#include "components/history/core/browser/history_database_params.h"
#include "components/history/core/browser/history_service.h"
#include "components/history/core/test/test_history_database.h"
#include "components/page_content_annotations/core/page_content_annotations_service.h"
#include "components/optimization_guide/core/test_optimization_guide_model_provider.h"

namespace page_content_annotations {

// static
std::unique_ptr<TestPageContentAnnotationsService>
TestPageContentAnnotationsService::Create(
    optimization_guide::OptimizationGuideModelProvider*
        optimization_guide_model_provider,
    history::HistoryService* history_service) {}

TestPageContentAnnotationsService::~TestPageContentAnnotationsService() {}

TestPageContentAnnotationsService::TestPageContentAnnotationsService(
    optimization_guide::OptimizationGuideModelProvider*
        optimization_guide_model_provider,
    history::HistoryService* history_service)
    :{}

}  // namespace page_content_annotations