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

Unified Diff: third_party/WebKit/Source/wtf/text/TextCodec.h

Issue 2373983006: reflow comments in wtf/text (Closed)
Patch Set: Created 4 years, 3 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/wtf/text/TextCodec.h
diff --git a/third_party/WebKit/Source/wtf/text/TextCodec.h b/third_party/WebKit/Source/wtf/text/TextCodec.h
index 0845f01d06dd9ae3fcadbdeed1eea1efbe7dae24..2162521964464aa933f4fe867607ac5135b70136 100644
--- a/third_party/WebKit/Source/wtf/text/TextCodec.h
+++ b/third_party/WebKit/Source/wtf/text/TextCodec.h
@@ -63,7 +63,8 @@ enum FlushBehavior {
// More bytes are coming, don't flush the codec.
DoNotFlush = 0,
- // A fetch has hit EOF. Some codecs handle fetches differently, for compat reasons.
+ // A fetch has hit EOF. Some codecs handle fetches differently, for compat
+ // reasons.
FetchEOF,
// Do a full flush of the codec.

Powered by Google App Engine
This is Rietveld 408576698