| Index: net/quic/core/quic_framer_test.cc
|
| diff --git a/net/quic/core/quic_framer_test.cc b/net/quic/core/quic_framer_test.cc
|
| index c2864da8cfba1b860ab14519c350cc66c89e41de..89ecd762b2a6f509f7eb0102feee42d2123748b6 100644
|
| --- a/net/quic/core/quic_framer_test.cc
|
| +++ b/net/quic/core/quic_framer_test.cc
|
| @@ -199,7 +199,7 @@ class TestQuicVisitor : public QuicFramerVisitorInterface {
|
| ~TestQuicVisitor() override {}
|
|
|
| void OnError(QuicFramer* f) override {
|
| - DVLOG(1) << "QuicFramer Error: " << QuicUtils::ErrorToString(f->error())
|
| + DVLOG(1) << "QuicFramer Error: " << QuicErrorCodeToString(f->error())
|
| << " (" << f->error() << ")";
|
| ++error_count_;
|
| }
|
|
|