Index: chrome/browser/importer/external_process_importer_client.h |
diff --git a/chrome/browser/importer/external_process_importer_client.h b/chrome/browser/importer/external_process_importer_client.h |
index f5a03d7eea34ee880572a15c5780693a56003a89..8af6c577e2ca9cbabb315ffbffd245b62b7db312 100644 |
--- a/chrome/browser/importer/external_process_importer_client.h |
+++ b/chrome/browser/importer/external_process_importer_client.h |
@@ -117,7 +117,7 @@ class ExternalProcessImporterClient : public content::UtilityProcessHostClient { |
base::WeakPtr<content::UtilityProcessHost> utility_process_host_; |
// Data to be passed from the importer host to the external importer. |
- const importer::SourceProfile& source_profile_; |
+ importer::SourceProfile source_profile_; |
uint16 items_; |
// Takes import data coming over IPC and delivers it to be written by the |