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

Unified Diff: third_party/WebKit/Source/platform/text/LineEnding.h

Issue 2385283002: reflow comments in platform/{testing,text} (Closed)
Patch Set: idunnolol Created 4 years, 2 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
Index: third_party/WebKit/Source/platform/text/LineEnding.h
diff --git a/third_party/WebKit/Source/platform/text/LineEnding.h b/third_party/WebKit/Source/platform/text/LineEnding.h
index e4a96d3447446a874da797cb5ae02d089e34ec60..00a0535e9b98a7dfd9e2e1e9cf8f29def30e59f2 100644
--- a/third_party/WebKit/Source/platform/text/LineEnding.h
+++ b/third_party/WebKit/Source/platform/text/LineEnding.h
@@ -41,11 +41,13 @@ namespace blink {
// Normalize all line-endings in the given string to CRLF.
PLATFORM_EXPORT CString normalizeLineEndingsToCRLF(const CString& from);
-// Normalize all line-endings in the given string to LF and append the result to the given buffer.
+// Normalize all line-endings in the given string to LF and append the result to
+// the given buffer.
PLATFORM_EXPORT void normalizeLineEndingsToLF(const CString& from,
Vector<char>& result);
-// Normalize all line-endings in the given string to the native line-endings and append the result to the given buffer.
+// Normalize all line-endings in the given string to the native line-endings and
+// append the result to the given buffer.
// (Normalize to CRLF on Windows and normalize to LF on all other platforms.)
PLATFORM_EXPORT void normalizeLineEndingsToNative(const CString& from,
Vector<char>& result);
« no previous file with comments | « third_party/WebKit/Source/platform/text/Hyphenation.cpp ('k') | third_party/WebKit/Source/platform/text/LocaleICU.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698