Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Unified Diff: chrome/utility/profile_import_handler.h

Issue 2803023005: Switch base::Value typemapping to be by value instead of by unique_ptr.
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/utility/extensions/extensions_handler.cc ('k') | chrome/utility/profile_import_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/profile_import_handler.h
diff --git a/chrome/utility/profile_import_handler.h b/chrome/utility/profile_import_handler.h
index cdc85cbadaf970e9edc98ab39233daf49a79d3c5..7b687ac9df0f54d089ce56f66cc370af4a02ab9b 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,
- std::unique_ptr<base::DictionaryValue> localized_strings,
+ const base::DictionaryValue& localized_strings,
chrome::mojom::ProfileImportObserverPtr observer) override;
void CancelImport() override;
void ReportImportItemFinished(importer::ImportItem item) override;
« no previous file with comments | « chrome/utility/extensions/extensions_handler.cc ('k') | chrome/utility/profile_import_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698