Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: net/spdy/core/write_scheduler.h

Issue 2839373002: Implement SPDY_EXPORT and SPDY_EXPORT_PRIVATE macros. (Closed)
Patch Set: Rebase: manually resolve trivial merge conflicts. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/spdy/core/spdy_protocol.h ('k') | net/spdy/platform/api/spdy_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/write_scheduler.h
diff --git a/net/spdy/core/write_scheduler.h b/net/spdy/core/write_scheduler.h
index 715df88307470ae1b55435b8dd8a6e2b67591536..357dc855bcbbac0d85722ceac8e070cf1273c55b 100644
--- a/net/spdy/core/write_scheduler.h
+++ b/net/spdy/core/write_scheduler.h
@@ -8,8 +8,8 @@
#include <tuple>
#include <vector>
-#include "net/base/net_export.h"
#include "net/spdy/core/spdy_protocol.h"
+#include "net/spdy/platform/api/spdy_export.h"
namespace net {
@@ -38,7 +38,7 @@ namespace net {
// returned by PopNextReadyStream(); when returned by that method, the stream's
// state changes to not ready.
template <typename StreamIdType>
-class NET_EXPORT_PRIVATE WriteScheduler {
+class SPDY_EXPORT_PRIVATE WriteScheduler {
public:
typedef StreamPrecedence<StreamIdType> StreamPrecedenceType;
« no previous file with comments | « net/spdy/core/spdy_protocol.h ('k') | net/spdy/platform/api/spdy_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698