chromium/chrome/browser/search_engines/template_url_fetcher_factory.cc

// Copyright 2012 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/search_engines/template_url_fetcher_factory.h"

#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/search_engines/template_url_service_factory.h"
#include "components/search_engines/template_url_fetcher.h"

// static
TemplateURLFetcher* TemplateURLFetcherFactory::GetForProfile(
    Profile* profile) {}

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

// static
void TemplateURLFetcherFactory::ShutdownForProfile(Profile* profile) {}

TemplateURLFetcherFactory::TemplateURLFetcherFactory()
    :{}

TemplateURLFetcherFactory::~TemplateURLFetcherFactory() = default;

std::unique_ptr<KeyedService>
TemplateURLFetcherFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* profile) const {}