Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc |
diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc |
index 0e5035111c27d411b0e7441e309c558cffce9503..1fa55f7402781fb450ccf76f4e4018f080bb4353 100644 |
--- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc |
+++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc |
@@ -72,8 +72,8 @@ void AutofillProfileSyncableService::CreateForWebDataServiceAndBackend( |
AutofillWebDataBackend* webdata_backend, |
const std::string& app_locale) { |
web_data_service->GetDBUserData()->SetUserData( |
- UserDataKey(), |
- new AutofillProfileSyncableService(webdata_backend, app_locale)); |
+ UserDataKey(), base::WrapUnique(new AutofillProfileSyncableService( |
+ webdata_backend, app_locale))); |
} |
// static |