chromium/chrome/browser/autofill/strike_database_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/strike_database_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile.h"
#include "components/autofill/core/browser/strike_databases/strike_database.h"
#include "content/public/browser/storage_partition.h"

namespace autofill {

// static
StrikeDatabase* StrikeDatabaseFactory::GetForProfile(Profile* profile) {}

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

StrikeDatabaseFactory::StrikeDatabaseFactory()
    :{}

StrikeDatabaseFactory::~StrikeDatabaseFactory() = default;

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

}  // namespace autofill