diff options
Diffstat (limited to 'chrome/browser/webdata/autofill_table.h')
-rw-r--r-- | chrome/browser/webdata/autofill_table.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/webdata/autofill_table.h b/chrome/browser/webdata/autofill_table.h index adac102..3c8af5c 100644 --- a/chrome/browser/webdata/autofill_table.h +++ b/chrome/browser/webdata/autofill_table.h @@ -289,7 +289,8 @@ class AutofillTable : public WebDatabaseTable { bool MigrateToVersion31AddGUIDToCreditCardsAndProfiles(); bool MigrateToVersion32UpdateProfilesAndCreditCards(); bool MigrateToVersion33ProfilesBasedOnFirstName(); - bool MigrateToVersion34ProfilesBasedOnCountryCode(); + bool MigrateToVersion34ProfilesBasedOnCountryCode( + const std::string& app_locale); bool MigrateToVersion35GreatBritainCountryCodes(); bool MigrateToVersion37MergeAndCullOlderProfiles(); |