Index: net/quic/platform/api/quic_logging.h |
diff --git a/net/quic/platform/api/quic_logging.h b/net/quic/platform/api/quic_logging.h |
index 5031e9f8ce1dbe2c19184fecc0e151fe825cff31..75a0572ef7b69eb7a36ca1661181452cf04edc30 100644 |
--- a/net/quic/platform/api/quic_logging.h |
+++ b/net/quic/platform/api/quic_logging.h |
@@ -25,4 +25,6 @@ |
#define QUIC_NOTREACHED() QUIC_NOTREACHED_IMPL() |
+#define QUIC_PLOG(severity) QUIC_PLOG_IMPL(severity) |
+ |
#endif // NET_QUIC_PLATFORM_API_QUIC_LOGGING_H_ |