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

PiperOrigin-RevId: 294688771
Change-Id: Ie05596b83f6c973b0a17e4ad98bfa0596a4de3fe
diff --git a/spdy/core/spdy_pinnable_buffer_piece_test.cc b/spdy/core/spdy_pinnable_buffer_piece_test.cc
index 7d84463..b30a7c0 100644
--- a/spdy/core/spdy_pinnable_buffer_piece_test.cc
+++ b/spdy/core/spdy_pinnable_buffer_piece_test.cc
@@ -6,14 +6,14 @@
 
 #include <string>
 
+#include "net/third_party/quiche/src/common/platform/api/quiche_test.h"
 #include "net/third_party/quiche/src/spdy/core/spdy_prefixed_buffer_reader.h"
-#include "net/third_party/quiche/src/spdy/platform/api/spdy_test.h"
 
 namespace spdy {
 
 namespace test {
 
-class SpdyPinnableBufferPieceTest : public SpdyTest {
+class SpdyPinnableBufferPieceTest : public QuicheTest {
  protected:
   SpdyPrefixedBufferReader Build(const std::string& prefix,
                                  const std::string& suffix) {