Index: components/autofill/core/browser/autofill_download_manager.h |
diff --git a/components/autofill/core/browser/autofill_download_manager.h b/components/autofill/core/browser/autofill_download_manager.h |
index b48764c893658b5b9f17d3c8c07e506cd12f985c..8dedb72dd4b50489a65f1ea6b56a380d4dd49df5 100644 |
--- a/components/autofill/core/browser/autofill_download_manager.h |
+++ b/components/autofill/core/browser/autofill_download_manager.h |
@@ -41,7 +41,7 @@ class AutofillDownloadManager : public net::URLFetcherDelegate { |
// server. |response_xml| contains the server response for the forms |
// represented by |form_signatures|. |
virtual void OnLoadedServerPredictions( |
- const std::string& response_xml, |
+ std::string response_xml, |
const std::vector<std::string>& form_signatures) = 0; |
// These notifications are used to help with testing. |