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

Unified Diff: net/spdy/core/hpack/hpack_decoder_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/hpack/hpack_decoder3.h ('k') | net/spdy/core/hpack/hpack_encoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/hpack/hpack_decoder_interface.h
diff --git a/net/spdy/core/hpack/hpack_decoder_interface.h b/net/spdy/core/hpack/hpack_decoder_interface.h
index 828e799ac2e1750b7f76493b3e21af9262776a7c..490fa3f1291b052a44a93b963313009c0070e0f6 100644
--- a/net/spdy/core/hpack/hpack_decoder_interface.h
+++ b/net/spdy/core/hpack/hpack_decoder_interface.h
@@ -12,14 +12,14 @@
#include <memory>
-#include "net/base/net_export.h"
#include "net/spdy/core/hpack/hpack_header_table.h"
#include "net/spdy/core/spdy_header_block.h"
#include "net/spdy/core/spdy_headers_handler_interface.h"
+#include "net/spdy/platform/api/spdy_export.h"
namespace net {
-class NET_EXPORT_PRIVATE HpackDecoderInterface {
+class SPDY_EXPORT_PRIVATE HpackDecoderInterface {
public:
virtual ~HpackDecoderInterface() {}
« no previous file with comments | « net/spdy/core/hpack/hpack_decoder3.h ('k') | net/spdy/core/hpack/hpack_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698