gfe-relnote: Replace spdy_test.h with quiche_test.h. No functional change. Not protected.

PiperOrigin-RevId: 294688771
Change-Id: Ie05596b83f6c973b0a17e4ad98bfa0596a4de3fe
diff --git a/common/platform/api/quiche_test.h b/common/platform/api/quiche_test.h
index 6b64984..b584752 100644
--- a/common/platform/api/quiche_test.h
+++ b/common/platform/api/quiche_test.h
@@ -7,6 +7,8 @@
 
 #include "net/quiche/common/platform/impl/quiche_test_impl.h"
 
+using QuicheTest = quiche::test::QuicheTest;
+
 template <class T>
 using QuicheTestWithParam = quiche::test::QuicheTestWithParamImpl<T>;