| Index: net/quic/core/quic_client_promised_info_test.cc
|
| diff --git a/net/quic/core/quic_client_promised_info_test.cc b/net/quic/core/quic_client_promised_info_test.cc
|
| index c26823a44a89ff4ca533dd3b5c948af554e66733..4535720f7a9220697a48be169bfd1db23ec427b4 100644
|
| --- a/net/quic/core/quic_client_promised_info_test.cc
|
| +++ b/net/quic/core/quic_client_promised_info_test.cc
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "net/quic/core/spdy_utils.h"
|
| +#include "net/quic/platform/api/quic_logging.h"
|
| #include "net/quic/platform/api/quic_socket_address.h"
|
| #include "net/quic/test_tools/crypto_test_utils.h"
|
| #include "net/quic/test_tools/quic_client_promised_info_peer.h"
|
| @@ -82,7 +83,7 @@ class QuicClientPromisedInfoTest : public ::testing::Test {
|
|
|
| class StreamVisitor : public QuicSpdyClientStream::Visitor {
|
| void OnClose(QuicSpdyStream* stream) override {
|
| - DVLOG(1) << "stream " << stream->id();
|
| + QUIC_DVLOG(1) << "stream " << stream->id();
|
| }
|
| };
|
|
|
|
|