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

Unified Diff: net/spdy/core/spdy_headers_handler_interface.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_header_indexing.h ('k') | net/spdy/core/spdy_pinnable_buffer_piece.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_headers_handler_interface.h
diff --git a/net/spdy/core/spdy_headers_handler_interface.h b/net/spdy/core/spdy_headers_handler_interface.h
index caa7e6aff1fabfe285886cbc5ded60720baaeba1..6144caefd9e20f1e562f55bd713a0f6b0f1ad494 100644
--- a/net/spdy/core/spdy_headers_handler_interface.h
+++ b/net/spdy/core/spdy_headers_handler_interface.h
@@ -7,14 +7,14 @@
#include <stddef.h>
-#include "net/base/net_export.h"
+#include "net/spdy/platform/api/spdy_export.h"
#include "net/spdy/platform/api/spdy_string_piece.h"
namespace net {
// This interface defines how an object that accepts header data should behave.
// It is used by both SpdyHeadersBlockParser and HpackDecoder.
-class NET_EXPORT_PRIVATE SpdyHeadersHandlerInterface {
+class SPDY_EXPORT_PRIVATE SpdyHeadersHandlerInterface {
public:
virtual ~SpdyHeadersHandlerInterface() {}
« no previous file with comments | « net/spdy/core/spdy_header_indexing.h ('k') | net/spdy/core/spdy_pinnable_buffer_piece.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698