| Index: components/password_manager/core/browser/credential_manager_pending_request_task.h
|
| diff --git a/components/password_manager/core/browser/credential_manager_pending_request_task.h b/components/password_manager/core/browser/credential_manager_pending_request_task.h
|
| index 1cafaf1bd438a60f51e876255797f23b29ff01e9..2994bf377924bda5a78022ba0c4bd066e1a815d2 100644
|
| --- a/components/password_manager/core/browser/credential_manager_pending_request_task.h
|
| +++ b/components/password_manager/core/browser/credential_manager_pending_request_task.h
|
| @@ -12,6 +12,7 @@
|
| #include "base/callback_forward.h"
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_vector.h"
|
| +#include "components/password_manager/core/browser/password_store.h"
|
| #include "components/password_manager/core/browser/password_store_consumer.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -38,7 +39,7 @@ class CredentialManagerPendingRequestTaskDelegate {
|
| virtual GURL GetOrigin() const = 0;
|
|
|
| // Retrieves a synthetic PasswordForm for the current page origin.
|
| - virtual autofill::PasswordForm GetSynthesizedFormForOrigin() const = 0;
|
| + virtual PasswordStore::FormDigest GetSynthesizedFormForOrigin() const = 0;
|
|
|
| // Returns the PasswordManagerClient.
|
| virtual PasswordManagerClient* client() const = 0;
|
|
|