summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/phone_field.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/phone_field.h')
-rw-r--r--chrome/browser/autofill/phone_field.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/autofill/phone_field.h b/chrome/browser/autofill/phone_field.h
index 72c5c2f..6a3c934 100644
--- a/chrome/browser/autofill/phone_field.h
+++ b/chrome/browser/autofill/phone_field.h
@@ -25,17 +25,17 @@ class PhoneField : public FormField {
virtual bool GetFieldInfo(FieldTypeMap* field_type_map) const;
- protected:
+ private:
PhoneField();
- explicit PhoneField(const PhoneField& phone_field);
- private:
// Always present; holds suffix if prefix is present.
AutoFillField* phone_;
AutoFillField* area_code_; // optional
AutoFillField* prefix_; // optional
AutoFillField* extension_; // optional
+
+ DISALLOW_COPY_AND_ASSIGN(PhoneField);
};
#endif // CHROME_BROWSER_AUTOFILL_PHONE_FIELD_H_