| Index: components/password_manager/core/common/credential_manager_types.h
|
| diff --git a/components/password_manager/core/common/credential_manager_types.h b/components/password_manager/core/common/credential_manager_types.h
|
| index 19d00c13940ac742aa88aa10d676d3febdb61b33..76ae09d96829bb6d0008aa0acda654947a7cc05f 100644
|
| --- a/components/password_manager/core/common/credential_manager_types.h
|
| +++ b/components/password_manager/core/common/credential_manager_types.h
|
| @@ -24,7 +24,7 @@ const size_t kMaxFederations = 50u;
|
|
|
| enum class CredentialType {
|
| CREDENTIAL_TYPE_EMPTY = 0,
|
| - CREDENTIAL_TYPE_LOCAL,
|
| + CREDENTIAL_TYPE_PASSWORD,
|
| CREDENTIAL_TYPE_FEDERATED,
|
| CREDENTIAL_TYPE_LAST = CREDENTIAL_TYPE_FEDERATED
|
| };
|
| @@ -48,7 +48,7 @@ struct CredentialInfo {
|
| // property.
|
| GURL avatar;
|
|
|
| - // Corresponds to WebLocalCredential's password property.
|
| + // Corresponds to WebPasswordCredential's password property.
|
| base::string16 password;
|
|
|
| // Corresponds to WebFederatedCredential's federation property, which is an
|
|
|