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

Unified Diff: net/spdy/core/hpack/hpack_input_stream.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_huffman_table.h ('k') | net/spdy/core/hpack/hpack_output_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/hpack/hpack_input_stream.h
diff --git a/net/spdy/core/hpack/hpack_input_stream.h b/net/spdy/core/hpack/hpack_input_stream.h
index 555ea30b1b9eb45234523116ed5e54408f733a40..fa0e84c09dba6d3af5751bb0102eeb786765b4e6 100644
--- a/net/spdy/core/hpack/hpack_input_stream.h
+++ b/net/spdy/core/hpack/hpack_input_stream.h
@@ -11,9 +11,9 @@
#include <utility>
#include "base/macros.h"
-#include "net/base/net_export.h"
#include "net/spdy/core/hpack/hpack_constants.h"
#include "net/spdy/core/hpack/hpack_huffman_table.h"
+#include "net/spdy/platform/api/spdy_export.h"
#include "net/spdy/platform/api/spdy_string.h"
#include "net/spdy/platform/api/spdy_string_piece.h"
@@ -30,7 +30,7 @@ typedef std::pair<size_t, uint32_t> InitialPeekResult;
// An HpackInputStream handles all the low-level details of decoding
// header fields.
-class NET_EXPORT_PRIVATE HpackInputStream {
+class SPDY_EXPORT_PRIVATE HpackInputStream {
public:
friend class test::HpackInputStreamPeer;
« no previous file with comments | « net/spdy/core/hpack/hpack_huffman_table.h ('k') | net/spdy/core/hpack/hpack_output_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698