Chromium Code Reviews| Index: components/autofill/core/common/password_form.h |
| diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h |
| index 17287caa84cdc91c13b531c360870112542adad8..d732493c9d0208bd45a2eaaf4327805637889888 100644 |
| --- a/components/autofill/core/common/password_form.h |
| +++ b/components/autofill/core/common/password_form.h |
| @@ -45,7 +45,8 @@ struct PasswordForm { |
| SCHEME_HTML, |
| SCHEME_BASIC, |
| SCHEME_DIGEST, |
| - SCHEME_OTHER |
| + SCHEME_OTHER, |
| + SCHEME_LAST = SCHEME_OTHER |
| } scheme; |
| // The "Realm" for the sign-on (scheme, host, port for SCHEME_HTML, and |