From e90c2256aed9c209b5a1cc5db4ef0975ab64490b Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Thu, 10 Mar 2011 12:29:21 +0000 Subject: autofill: Rename AutoFillProfile to AutofillProfile. BUG=72758 TEST=existing unit_tests Review URL: http://codereview.chromium.org/6658030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77630 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/notification_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/common/notification_type.h b/content/common/notification_type.h index 2dd931c..0cb27cc 100644 --- a/content/common/notification_type.h +++ b/content/common/notification_type.h @@ -1015,7 +1015,7 @@ class NotificationType { // key of the entry that was affected. AUTOFILL_ENTRIES_CHANGED, - // Sent when an AutoFillProfile has been added/removed/updated in the + // Sent when an AutofillProfile has been added/removed/updated in the // WebDatabase. The detail is an AutofillProfileChange. AUTOFILL_PROFILE_CHANGED, -- cgit v1.1