| Index: net/quic/platform/impl/quic_logging_impl.h
|
| diff --git a/net/quic/platform/impl/quic_logging_impl.h b/net/quic/platform/impl/quic_logging_impl.h
|
| index d6e6cdc029ce2cd64b93c635a938749ed40bb8c7..ef6426aa1f5d57051b648b48b5721af0141cc603 100644
|
| --- a/net/quic/platform/impl/quic_logging_impl.h
|
| +++ b/net/quic/platform/impl/quic_logging_impl.h
|
| @@ -57,4 +57,6 @@
|
|
|
| #define QUIC_NOTREACHED_IMPL() NOTREACHED()
|
|
|
| +#define QUIC_PLOG_IMPL(severity) DVLOG(1)
|
| +
|
| #endif // NET_QUIC_PLATFORM_IMPL_QUIC_LOGGING_IMPL_H_
|
|
|