Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index 8301388d08605fef2f18f0cf21d14b33d3b2a084..2df8188b8f078d2e127b13787d6166b9bedd8255 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -1148,7 +1148,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::forms::PasswordForm|s that were affected. |
+ // |content::PasswordForm|s that were affected. |
NOTIFICATION_LOGINS_CHANGED, |
// Sent when an import process has ended. |