X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fautofill%2Fcore%2Fbrowser%2Fautofill_data_model.h;h=c4b7751e1b35d56f33b38bc48ea52df9d8d996cb;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=04499f39db77d1616f799f27f972d3b514d68032;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/autofill/core/browser/autofill_data_model.h b/src/components/autofill/core/browser/autofill_data_model.h index 04499f3..c4b7751 100644 --- a/src/components/autofill/core/browser/autofill_data_model.h +++ b/src/components/autofill/core/browser/autofill_data_model.h @@ -20,7 +20,7 @@ class AutofillType; class AutofillDataModel : public FormGroup { public: AutofillDataModel(const std::string& guid, const std::string& origin); - virtual ~AutofillDataModel(); + ~AutofillDataModel() override; // Returns the string that should be auto-filled into a text field given the // |type| of that field, localized to the given |app_locale| if appropriate.