Index: net/tools/quic/quic_dispatcher.cc |
diff --git a/net/tools/quic/quic_dispatcher.cc b/net/tools/quic/quic_dispatcher.cc |
index 7f152c0353bb9c9ece98e13028aafac0fe2f7d24..8b3ed42121950622df140a0bd918e1273bfe8175 100644 |
--- a/net/tools/quic/quic_dispatcher.cc |
+++ b/net/tools/quic/quic_dispatcher.cc |
@@ -549,7 +549,7 @@ bool QuicDispatcher::OnProtocolVersionMismatch( |
current_connection_id_) && |
!ShouldCreateSessionForUnknownVersion(framer_.last_version_tag())) |
<< "Unexpected version mismatch: " |
- << QuicUtils::TagToString(framer_.last_version_tag()); |
+ << QuicTagToString(framer_.last_version_tag()); |
// Keep processing after protocol mismatch - this will be dealt with by the |
// time wait list or connection that we will create. |