diff options
Diffstat (limited to 'chrome/browser/autofill/home_address.h')
-rw-r--r-- | chrome/browser/autofill/home_address.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/home_address.h b/chrome/browser/autofill/home_address.h index ced2922..3984f6b 100644 --- a/chrome/browser/autofill/home_address.h +++ b/chrome/browser/autofill/home_address.h @@ -15,7 +15,7 @@ class FormGroup; class HomeAddress : public Address { public: HomeAddress() {} - FormGroup* Clone() const { return new HomeAddress(*this); } + virtual FormGroup* Clone() const { return new HomeAddress(*this); } protected: virtual AutoFillFieldType GetLine1Type() const { |