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/write_scheduler.h b/spdy/core/write_scheduler.h
index c2c048f..39d828a 100644
--- a/spdy/core/write_scheduler.h
+++ b/spdy/core/write_scheduler.h
@@ -10,8 +10,8 @@
#include <tuple>
#include <vector>
+#include "net/third_party/quiche/src/common/platform/api/quiche_export.h"
#include "net/third_party/quiche/src/spdy/core/spdy_protocol.h"
-#include "net/third_party/quiche/src/spdy/platform/api/spdy_export.h"
namespace spdy {
@@ -40,7 +40,7 @@
// returned by PopNextReadyStream(); when returned by that method, the stream's
// state changes to not ready.
template <typename StreamIdType>
-class SPDY_EXPORT_PRIVATE WriteScheduler {
+class QUICHE_EXPORT_PRIVATE WriteScheduler {
public:
typedef StreamPrecedence<StreamIdType> StreamPrecedenceType;