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

Unified Diff: net/spdy/core/hpack/hpack_decoder3.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_decoder.h ('k') | net/spdy/core/hpack/hpack_decoder_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/hpack/hpack_decoder3.h
diff --git a/net/spdy/core/hpack/hpack_decoder3.h b/net/spdy/core/hpack/hpack_decoder3.h
index b3881559787b120510391bdedf2f0872e769fafc..e8008f048208b69865fe43fda26d0d60e509c66f 100644
--- a/net/spdy/core/hpack/hpack_decoder3.h
+++ b/net/spdy/core/hpack/hpack_decoder3.h
@@ -14,7 +14,6 @@
#include <memory>
#include "base/macros.h"
-#include "net/base/net_export.h"
#include "net/http2/hpack/decoder/hpack_decoder_listener.h"
#include "net/http2/hpack/decoder/http2_hpack_decoder.h"
#include "net/http2/hpack/hpack_string.h"
@@ -23,6 +22,7 @@
#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"
#include "net/spdy/platform/api/spdy_string_piece.h"
namespace net {
@@ -30,7 +30,7 @@ namespace test {
class HpackDecoder3Peer;
} // namespace test
-class NET_EXPORT_PRIVATE HpackDecoder3 : public HpackDecoderInterface {
+class SPDY_EXPORT_PRIVATE HpackDecoder3 : public HpackDecoderInterface {
public:
friend test::HpackDecoder3Peer;
HpackDecoder3();
@@ -53,7 +53,7 @@ class NET_EXPORT_PRIVATE HpackDecoder3 : public HpackDecoderInterface {
size_t EstimateMemoryUsage() const override;
private:
- class NET_EXPORT_PRIVATE ListenerAdapter
+ class SPDY_EXPORT_PRIVATE ListenerAdapter
: public HpackDecoderListener,
public HpackDecoderTablesDebugListener {
public:
« no previous file with comments | « net/spdy/core/hpack/hpack_decoder.h ('k') | net/spdy/core/hpack/hpack_decoder_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698