// Copyright 2019 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_CREDENTIAL_LEAK_DIALOG_CONTROLLER_H_ #define CHROME_BROWSER_UI_PASSWORDS_CREDENTIAL_LEAK_DIALOG_CONTROLLER_H_ #include <string> #include "chrome/browser/ui/passwords/password_base_dialog_controller.h" #include "ui/gfx/range/range.h" // An interface used by the credential leak dialog for setting and retrieving // the state. class CredentialLeakDialogController : public PasswordBaseDialogController { … }; #endif // CHROME_BROWSER_UI_PASSWORDS_CREDENTIAL_LEAK_DIALOG_CONTROLLER_H_