Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service.h |
diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h |
index 3c069d9f546c9d6df2f111f82b2515839f398064..757ff7f23280aca753b41deb75750f82a49ad3e7 100644 |
--- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h |
+++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h |
@@ -129,8 +129,7 @@ class AutofillProfileSyncableService |
// |specifics|. |
static bool OverwriteProfileWithServerData( |
const sync_pb::AutofillProfileSpecifics& specifics, |
- AutofillProfile* profile, |
- const std::string& app_locale); |
+ AutofillProfile* profile); |
// Writes |profile| data into supplied |profile_specifics|. |
static void WriteAutofillProfile(const AutofillProfile& profile, |