| Index: chrome/browser/chrome_notification_types.h
|
| diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
|
| index 77203a6a428f6452b61a82f33e19f3ec876b4f17..229de6f9822560f8a58a456ede37da11074a860b 100644
|
| --- a/chrome/browser/chrome_notification_types.h
|
| +++ b/chrome/browser/chrome_notification_types.h
|
| @@ -948,7 +948,7 @@ enum NotificationType {
|
| // store are changed. The detail of this notification is a list of changes
|
| // represented by a vector of PasswordStoreChange. Each change includes a
|
| // change type (ADD, UPDATE, or REMOVE) as well as the
|
| - // |content::PasswordForm|s that were affected.
|
| + // |autofill::PasswordForm|s that were affected.
|
| NOTIFICATION_LOGINS_CHANGED,
|
|
|
| // Sent when the applications in the NTP app launcher have been reordered.
|
|
|