Internal change

PiperOrigin-RevId: 480224965
diff --git a/quiche/common/platform/default/quiche_platform_impl/quiche_logging_impl.h b/quiche/common/platform/default/quiche_platform_impl/quiche_logging_impl.h
index 4ad42b1..c2372ca 100644
--- a/quiche/common/platform/default/quiche_platform_impl/quiche_logging_impl.h
+++ b/quiche/common/platform/default/quiche_platform_impl/quiche_logging_impl.h
@@ -137,6 +137,8 @@
   ::quiche::CheckLogSink((val1) >= (val2)).stream()
 #define QUICHE_CHECK_GT_IMPL(val1, val2) \
   ::quiche::CheckLogSink((val1) > (val2)).stream()
+#define QUICHE_CHECK_OK_IMPL(status) \
+  QUICHE_CHECK_EQ_IMPL(absl::OkStatus(), (status))
 
 #ifdef NDEBUG
 #define QUICHE_DCHECK_IMPL(condition) \