| Index: chrome/utility/profile_import_handler.h
|
| diff --git a/chrome/utility/profile_import_handler.h b/chrome/utility/profile_import_handler.h
|
| index 7b687ac9df0f54d089ce56f66cc370af4a02ab9b..cdc85cbadaf970e9edc98ab39233daf49a79d3c5 100644
|
| --- a/chrome/utility/profile_import_handler.h
|
| +++ b/chrome/utility/profile_import_handler.h
|
| @@ -40,7 +40,7 @@ class ProfileImportHandler : public chrome::mojom::ProfileImport {
|
| // chrome::mojom::ProfileImport:
|
| void StartImport(const importer::SourceProfile& source_profile,
|
| uint16_t items,
|
| - const base::DictionaryValue& localized_strings,
|
| + std::unique_ptr<base::DictionaryValue> localized_strings,
|
| chrome::mojom::ProfileImportObserverPtr observer) override;
|
| void CancelImport() override;
|
| void ReportImportItemFinished(importer::ImportItem item) override;
|
|
|