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

Unified Diff: net/quic/core/quic_framer.cc

Issue 2517603003: Moves QuicTag typedefs, and QuicTag utility methods to quic_tag.{h,cc}. No behavior change. (Closed)
Patch Set: Created 4 years, 1 month 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 | « net/quic/core/quic_config.cc ('k') | net/quic/core/quic_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_framer.cc
diff --git a/net/quic/core/quic_framer.cc b/net/quic/core/quic_framer.cc
index 425ee9a88ead00d021636bfd56b423208957d4c3..e5e42391c0c84472afe5146642e1d288c285b5b9 100644
--- a/net/quic/core/quic_framer.cc
+++ b/net/quic/core/quic_framer.cc
@@ -691,7 +691,7 @@ bool QuicFramer::AppendPacketHeader(const QuicPacketHeader& header,
QuicTag tag = QuicVersionToQuicTag(quic_version_);
writer->WriteUInt32(tag);
DVLOG(1) << "version = " << quic_version_ << ", tag = '"
- << QuicUtils::TagToString(tag) << "'";
+ << QuicTagToString(tag) << "'";
}
if (header.public_header.multipath_flag &&
« no previous file with comments | « net/quic/core/quic_config.cc ('k') | net/quic/core/quic_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698