Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index 98a0bde55e97e4b8c9b3870312b3c71c99131091..80b214348135f02c2f8d6c24aabcd03a9ac6c5ed 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -882,7 +882,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 |
- // |webkit_glue::PasswordForm|s that were affected. |
+ // |webkit::forms::PasswordForm|s that were affected. |
NOTIFICATION_LOGINS_CHANGED, |
// Sent when an import process has ended. |