#ifndef CHROME_BROWSER_UI_PASSWORDS_PASSWORDS_CLIENT_UI_DELEGATE_H_
#define CHROME_BROWSER_UI_PASSWORDS_PASSWORDS_CLIENT_UI_DELEGATE_H_
#include <map>
#include <memory>
#include <vector>
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "components/password_manager/core/browser/leak_detection_dialog_utils.h"
#include "components/password_manager/core/browser/password_form.h"
#include "components/prefs/pref_service.h"
namespace content {
class WebContents;
}
namespace password_manager {
class PasswordFormManagerForUI;
}
namespace url {
class Origin;
}
class PasswordsClientUIDelegate { … };
PasswordsClientUIDelegate* PasswordsClientUIDelegateFromWebContents(
content::WebContents* web_contents);
#endif