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

Unified Diff: mojo/runner/context.cc

Issue 1200393002: Add more string_util functions to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@string
Patch Set: Android Created 5 years, 6 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 | « ios/chrome/browser/infobars/confirm_infobar_controller.mm ('k') | mojo/util/filename_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/context.cc
diff --git a/mojo/runner/context.cc b/mojo/runner/context.cc
index 6eed031ad252c30c266f7474c21dec90add43bc7..e23c2b720ea8914b7bfc58c3003516cde687a63c 100644
--- a/mojo/runner/context.cc
+++ b/mojo/runner/context.cc
@@ -131,7 +131,7 @@ void InitContentHandlers(shell::ApplicationManager* manager,
// (to embed a comma into a string escape it using "\,")
// Whatever takes 'parameters' and constructs a CommandLine is failing to
// un-escape the commas, we need to move this fix to that file.
- ReplaceSubstringsAfterOffset(&handlers_spec, 0, "\\,", ",");
+ base::ReplaceSubstringsAfterOffset(&handlers_spec, 0, "\\,", ",");
#endif
std::vector<std::string> parts;
« no previous file with comments | « ios/chrome/browser/infobars/confirm_infobar_controller.mm ('k') | mojo/util/filename_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698