Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7207)

Unified Diff: chrome/common/chrome_notification_types.h

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/autofill_messages.h ('k') | chrome/common/form_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/common/autofill_messages.h ('k') | chrome/common/form_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698