Index: chrome/browser/webdata/autofill_table.h |
diff --git a/chrome/browser/webdata/autofill_table.h b/chrome/browser/webdata/autofill_table.h |
index 3c8af5c70d244058dc87a090538871a572cb4175..c0a076c6248da9a32211b89a57eb55e153a71195 100644 |
--- a/chrome/browser/webdata/autofill_table.h |
+++ b/chrome/browser/webdata/autofill_table.h |
@@ -118,6 +118,9 @@ class AutofillTable : public WebDatabaseTable { |
virtual ~AutofillTable(); |
virtual bool Init() OVERRIDE; |
virtual bool IsSyncable() OVERRIDE; |
+ virtual bool MigrateToVersion(int version, |
+ const std::string& app_locale, |
+ bool* update_compatible_version) OVERRIDE; |
// Records the form elements in |elements| in the database in the |
// autofill table. A list of all added and updated autofill entries |