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

Unified Diff: ash/common/system/user/login_status.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « ash/common/system/update/update_observer.h ('k') | ash/common/system/user/rounded_image_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/user/login_status.cc
diff --git a/ash/common/system/user/login_status.cc b/ash/common/system/user/login_status.cc
index 7399ac3f1157affeb0839418c5794d1954b2f279..7daffe7c7ab79d0d1a9d5a14e8e1ced4f9307318 100644
--- a/ash/common/system/user/login_status.cc
+++ b/ash/common/system/user/login_status.cc
@@ -37,10 +37,10 @@ base::string16 GetLocalizedSignOutStringForStatus(LoginStatus status,
// framework does not evaluate escape sequences, the \n need to be explicitly
// handled. Depending on the value of |multiline|, actual line breaks or
// spaces are substituted.
- base::string16 newline = multiline ? base::ASCIIToUTF16("\n")
- : base::ASCIIToUTF16(" ");
- base::ReplaceSubstringsAfterOffset(
- &message, 0, base::ASCIIToUTF16("\\n"), newline);
+ base::string16 newline =
+ multiline ? base::ASCIIToUTF16("\n") : base::ASCIIToUTF16(" ");
+ base::ReplaceSubstringsAfterOffset(&message, 0, base::ASCIIToUTF16("\\n"),
+ newline);
return message;
}
« no previous file with comments | « ash/common/system/update/update_observer.h ('k') | ash/common/system/user/rounded_image_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698