QUIC - Minor change to keep the code similar to internal source tree.
+ Minor fixes to using order, comments and chromium indentation nits.
+ Use EXPECT_EQ instead of EXPECT_TRUE.
Merge internal change: 69401047
[email protected],[email protected],
Review URL: https://codereview.chromium.org/345453003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278319 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
index eed756b..31aca44a 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -161,7 +161,7 @@
MAY_FEC_PROTECT // Callee does not have to but may FEC protect this data.
};
-// Indicates FEC policy
+// Indicates FEC policy.
enum FecPolicy {
FEC_PROTECT_ALWAYS, // All data in the stream should be FEC protected.
FEC_PROTECT_OPTIONAL // Data in the stream does not need FEC protection.