#ifndef CHROME_BROWSER_UI_PASSWORDS_CREDENTIAL_MANAGER_DIALOG_CONTROLLER_H_
#define CHROME_BROWSER_UI_PASSWORDS_CREDENTIAL_MANAGER_DIALOG_CONTROLLER_H_
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "chrome/browser/ui/passwords/password_base_dialog_controller.h"
#include "components/password_manager/core/common/credential_manager_types.h"
#include "ui/gfx/range/range.h"
namespace password_manager {
struct PasswordForm;
}
class CredentialManagerDialogController : public PasswordBaseDialogController { … };
#endif