| Index: components/password_manager/content/browser/credential_manager_impl.h
|
| diff --git a/components/password_manager/content/browser/credential_manager_impl.h b/components/password_manager/content/browser/credential_manager_impl.h
|
| index e6429eb0fa0c874f70c084176bfd0c4e1997aa5b..2603293aa9e54eed4cb9cccc495f1e00428be563 100644
|
| --- a/components/password_manager/content/browser/credential_manager_impl.h
|
| +++ b/components/password_manager/content/browser/credential_manager_impl.h
|
| @@ -56,7 +56,7 @@ class CredentialManagerImpl
|
| const RequireUserMediationCallback& callback) override;
|
| void Get(bool zero_click_only,
|
| bool include_passwords,
|
| - mojo::Array<mojo::String> federations,
|
| + mojo::Array<GURL> federations,
|
| const GetCallback& callback) override;
|
|
|
| // CredentialManagerPendingRequestTaskDelegate:
|
|
|