diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_manager.h')
-rw-r--r-- | chrome/browser/autofill/autofill_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h index 287117c..15537ae 100644 --- a/chrome/browser/autofill/autofill_manager.h +++ b/chrome/browser/autofill/autofill_manager.h @@ -133,7 +133,7 @@ class AutoFillManager : public TabContentsObserver, const webkit_glue::FormData& form, const webkit_glue::FormField& field, FormStructure** form_structure, - AutoFillField** autofill_field) WARN_UNUSED_RESULT; + AutofillField** autofill_field) WARN_UNUSED_RESULT; // Returns a list of values from the stored profiles that match |type| and the // value of |field| and returns the labels of the matching profiles. |labels| |