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

Unified Diff: ash/system/user/login_status.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 | « android_webview/renderer/aw_content_renderer_client.cc ('k') | base/strings/string_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/login_status.cc
diff --git a/ash/system/user/login_status.cc b/ash/system/user/login_status.cc
index 0e218654af35c1c2f55073d42291124045a89170..fa5103af73341f68beea09a22c10cf74c6cfa773 100644
--- a/ash/system/user/login_status.cc
+++ b/ash/system/user/login_status.cc
@@ -41,7 +41,8 @@ base::string16 GetLocalizedSignOutStringForStatus(LoginStatus status,
// spaces are substituted.
base::string16 newline = multiline ? base::ASCIIToUTF16("\n")
: base::ASCIIToUTF16(" ");
- ReplaceSubstringsAfterOffset(&message, 0, base::ASCIIToUTF16("\\n"), newline);
+ base::ReplaceSubstringsAfterOffset(
+ &message, 0, base::ASCIIToUTF16("\\n"), newline);
return message;
}
« no previous file with comments | « android_webview/renderer/aw_content_renderer_client.cc ('k') | base/strings/string_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698