Use quiche_export instead of spdy_export. gfe-relnote: n/a, no functional change. PiperOrigin-RevId: 290871897 Change-Id: I18ffd08003b0fae075c5206560b44b03e62e51c6
diff --git a/spdy/core/spdy_pinnable_buffer_piece.h b/spdy/core/spdy_pinnable_buffer_piece.h index 469c0d3..fe9639f 100644 --- a/spdy/core/spdy_pinnable_buffer_piece.h +++ b/spdy/core/spdy_pinnable_buffer_piece.h
@@ -9,8 +9,8 @@ #include <memory> +#include "net/third_party/quiche/src/common/platform/api/quiche_export.h" #include "net/third_party/quiche/src/common/platform/api/quiche_string_piece.h" -#include "net/third_party/quiche/src/spdy/platform/api/spdy_export.h" namespace spdy { @@ -20,7 +20,7 @@ // Represents a piece of consumed buffer which may (or may not) own its // underlying storage. Users may "pin" the buffer at a later time to ensure // a SpdyPinnableBufferPiece owns and retains storage of the buffer. -struct SPDY_EXPORT_PRIVATE SpdyPinnableBufferPiece { +struct QUICHE_EXPORT_PRIVATE SpdyPinnableBufferPiece { public: SpdyPinnableBufferPiece(); ~SpdyPinnableBufferPiece();