| Index: chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| index 1c3693e3f91119edf20d85118710e2da7cff0807..ee7eb6a5f517484dffdfa64d4c8e3f91143d468e 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| @@ -22,7 +22,7 @@ class WebContents;
|
| }
|
|
|
| namespace password_manager {
|
| -enum class CredentialType : unsigned int;
|
| +enum class CredentialType;
|
| }
|
|
|
| // This model provides data for the ManagePasswordsBubble and controls the
|
|
|