chromium/chrome/browser/content_index/content_index_provider_factory.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/content_index/content_index_provider_factory.h"

#include "chrome/browser/content_index/content_index_provider_impl.h"
#include "chrome/browser/engagement/site_engagement_service_factory.h"
#include "chrome/browser/metrics/ukm_background_recorder_service.h"
#include "chrome/browser/offline_items_collection/offline_content_aggregator_factory.h"
#include "chrome/browser/profiles/profile.h"

// static
ContentIndexProviderImpl* ContentIndexProviderFactory::GetForProfile(
    Profile* profile) {}

// static
ContentIndexProviderFactory* ContentIndexProviderFactory::GetInstance() {}

ContentIndexProviderFactory::ContentIndexProviderFactory()
    :{}

ContentIndexProviderFactory::~ContentIndexProviderFactory() = default;

std::unique_ptr<KeyedService>
ContentIndexProviderFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* context) const {}