chromium/chrome/browser/preloading/prefetch/search_prefetch/search_prefetch_service_factory.cc

// Copyright 2020 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/preloading/prefetch/search_prefetch/search_prefetch_service_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/preloading/prefetch/search_prefetch/search_prefetch_service.h"
#include "chrome/browser/profiles/profile.h"
#include "content/public/browser/browser_context.h"

// static
SearchPrefetchService* SearchPrefetchServiceFactory::GetForProfile(
    Profile* profile) {}

// static
SearchPrefetchService* SearchPrefetchServiceFactory::GetForProfileIfExists(
    Profile* profile) {}

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

SearchPrefetchServiceFactory::SearchPrefetchServiceFactory()
    :{}

SearchPrefetchServiceFactory::~SearchPrefetchServiceFactory() = default;

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