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

Unified Diff: components/autofill/core/browser/autofill_manager.h

Issue 1477733003: Replace xmllite with libxml in autofill (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@556433_remove_dead_code
Patch Set: Just rebased Created 5 years, 1 month 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
Index: components/autofill/core/browser/autofill_manager.h
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
index 03438286bd1ec3b516f72a0f920df6999be79ad1..aac1d95c8fe16b26fc22eead02de7dad42f6ab5a 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -247,7 +247,7 @@ class AutofillManager : public AutofillDownloadManager::Observer,
private:
// AutofillDownloadManager::Observer:
void OnLoadedServerPredictions(
- const std::string& response_xml,
+ std::string response_xml,
const std::vector<std::string>& form_signatures) override;
// CardUnmaskDelegate:

Powered by Google App Engine
This is Rietveld 408576698