// 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. #ifndef CHROME_BROWSER_UI_PASSWORDS_SETTINGS_PASSWORD_MANAGER_PORTER_INTERFACE_H_ #define CHROME_BROWSER_UI_PASSWORDS_SETTINGS_PASSWORD_MANAGER_PORTER_INTERFACE_H_ #include "components/password_manager/core/browser/export/export_progress_status.h" #include "components/password_manager/core/browser/import/import_results.h" #include "components/password_manager/core/browser/password_form.h" namespace content { class WebContents; } // Interface for PasswordManagerPorter to allow unittesting methods that use it. class PasswordManagerPorterInterface { … }; #endif // CHROME_BROWSER_UI_PASSWORDS_SETTINGS_PASSWORD_MANAGER_PORTER_INTERFACE_H_