Remove direct references to //base from shared QUIC code

Removes includes of base/macros.h and platformizes base/logging.h

gfe-relnote: n/a (no functional change)
PiperOrigin-RevId: 238379796
Change-Id: Ic4e96b21c2aeeef833aabbb1ef419d3342efb9ae
diff --git a/quic/core/qpack/qpack_constants.cc b/quic/core/qpack/qpack_constants.cc
index b9144e0..dd4487d 100644
--- a/quic/core/qpack/qpack_constants.cc
+++ b/quic/core/qpack/qpack_constants.cc
@@ -6,7 +6,7 @@
 
 #include <limits>
 
-#include "base/logging.h"
+#include "net/third_party/quiche/src/quic/platform/api/quic_logging.h"
 
 namespace quic {