summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/webdata/web_database.h')
-rw-r--r--chrome/browser/webdata/web_database.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/webdata/web_database.h b/chrome/browser/webdata/web_database.h
index 01274cc4..03c4ed3 100644
--- a/chrome/browser/webdata/web_database.h
+++ b/chrome/browser/webdata/web_database.h
@@ -136,7 +136,7 @@ class WebDatabase {
//////////////////////////////////////////////////////////////////////////////
//
- // AutoFill
+ // Autofill
//
//////////////////////////////////////////////////////////////////////////////
@@ -221,7 +221,7 @@ class WebDatabase {
// added.
virtual bool UpdateAutofillEntries(const std::vector<AutofillEntry>& entries);
- // Records a single AutoFill profile in the autofill_profiles table.
+ // Records a single Autofill profile in the autofill_profiles table.
virtual bool AddAutofillProfile(const AutofillProfile& profile);
// Updates the database values for the specified profile.