blob: 0ddfb91e40dd81834f751f4458fb12af35517192 [file] [log] [blame]
Avi Drissmanae7b33a42022-09-13 16:51:071// Copyright 2022 The Chromium Authors
Qihui Zhao0cfcf2002022-09-09 22:17:292// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_AUTOFILL_IBAN_MANAGER_FACTORY_H_
6#define CHROME_BROWSER_AUTOFILL_IBAN_MANAGER_FACTORY_H_
7
Ryan Sultanem421df1e2023-01-13 15:05:508#include "chrome/browser/profiles/profile_keyed_service_factory.h"
Qihui Zhao0cfcf2002022-09-09 22:17:299#include "components/keyed_service/core/keyed_service.h"
10
11namespace base {
12template <typename T>
Mikel Astiz77b19d7e2023-05-30 06:36:0913class NoDestructor;
Qihui Zhao0cfcf2002022-09-09 22:17:29