Index: chrome/browser/profile_resetter/resettable_settings_snapshot.cc |
diff --git a/chrome/browser/profile_resetter/resettable_settings_snapshot.cc b/chrome/browser/profile_resetter/resettable_settings_snapshot.cc |
index 7ba8be21cc50774801493b70000e0e9ea35979b4..44bee23d08ed80c421b03c5404961a36f60f19e7 100644 |
--- a/chrome/browser/profile_resetter/resettable_settings_snapshot.cc |
+++ b/chrome/browser/profile_resetter/resettable_settings_snapshot.cc |
@@ -200,7 +200,7 @@ std::string SerializeSettingsReport(const ResettableSettingsSnapshot& snapshot, |
i != shortcuts.end(); ++i) { |
base::string16 arguments; |
// Replace "\"" to simplify server-side analysis. |
- base::ReplaceChars(i->second, base::ASCIIToUTF16("\"").c_str(), |
+ base::ReplaceChars(i->second, base::ASCIIToUTF16("\""), |
base::ASCIIToUTF16("\'"), &arguments); |
list->AppendString(arguments); |
} |