chromium/chrome/browser/autofill/iban_manager_factory.cc

// Copyright 2022 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/iban_manager_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/autofill/personal_data_manager_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "components/autofill/core/browser/payments/iban_manager.h"

namespace autofill {

// static
IbanManager* IbanManagerFactory::GetForProfile(Profile* profile) {}

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

IbanManagerFactory::IbanManagerFactory()
    :{}

IbanManagerFactory::~IbanManagerFactory() = default;

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

}  // namespace autofill