summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_field.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/autofill_field.h')
-rw-r--r--chrome/browser/autofill/autofill_field.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_field.h b/chrome/browser/autofill/autofill_field.h
index 670fd14..e8672d0 100644
--- a/chrome/browser/autofill/autofill_field.h
+++ b/chrome/browser/autofill/autofill_field.h
@@ -10,7 +10,7 @@
class AutoFillField : public webkit_glue::FormField {
public:
- AutoFillField(const webkit_glue::FormField& field);
+ explicit AutoFillField(const webkit_glue::FormField& field);
const FieldTypeSet& possible_types() const { return possible_types_; }