chromium/chrome/browser/autofill/autocomplete_history_manager_factory.cc

// Copyright 2018 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/autofill/autocomplete_history_manager_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/webdata_services/web_data_service_factory.h"
#include "components/autofill/core/browser/autocomplete_history_manager.h"
#include "components/autofill/core/browser/webdata/autofill_webdata_service.h"

namespace autofill {

// static
AutocompleteHistoryManager* AutocompleteHistoryManagerFactory::GetForProfile(
    Profile* profile) {}

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

AutocompleteHistoryManagerFactory::AutocompleteHistoryManagerFactory()
    :{}

AutocompleteHistoryManagerFactory::~AutocompleteHistoryManagerFactory() =
    default;

KeyedService* AutocompleteHistoryManagerFactory::BuildServiceInstanceFor(
    content::BrowserContext* context) const {}

}  // namespace autofill