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

Unified Diff: base/string_util_icu.cc

Issue 42011: Normalize end of file newlines in base/. All files end in a single newline. (Closed)
Patch Set: Revert changed to third_party. Created 11 years, 9 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 | « base/string_tokenizer_unittest.cc ('k') | base/string_util_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_util_icu.cc
diff --git a/base/string_util_icu.cc b/base/string_util_icu.cc
index 4debccab1fad25e2df265dee60a88a5f3dade22b..df3ee4f803b055b44d797a8c959430954348f2c6 100644
--- a/base/string_util_icu.cc
+++ b/base/string_util_icu.cc
@@ -543,4 +543,3 @@ TrimPositions TrimWhitespaceUTF8(const std::string& input,
*output = WideToUTF8(output_wide);
return result;
}
-
« no previous file with comments | « base/string_tokenizer_unittest.cc ('k') | base/string_util_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698