summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/fax_number.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/fax_number.h')
-rw-r--r--chrome/browser/autofill/fax_number.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/autofill/fax_number.h b/chrome/browser/autofill/fax_number.h
index a034be6..5ebd11e 100644
--- a/chrome/browser/autofill/fax_number.h
+++ b/chrome/browser/autofill/fax_number.h
@@ -11,6 +11,7 @@ class FormGroup;
class FaxNumber : public PhoneNumber {
public:
+ FaxNumber() {}
virtual FormGroup* Clone() const { return new FaxNumber(*this); }
protected: