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

Unified Diff: net/spdy/core/hpack/hpack_huffman_decoder.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_header_table.h ('k') | net/spdy/core/hpack/hpack_huffman_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/hpack/hpack_huffman_decoder.h
diff --git a/net/spdy/core/hpack/hpack_huffman_decoder.h b/net/spdy/core/hpack/hpack_huffman_decoder.h
index 98205659730aab93ea7b94641ff4a4de29701ce1..d33fa58174f3597da07db36caaa3f772538fefc1 100644
--- a/net/spdy/core/hpack/hpack_huffman_decoder.h
+++ b/net/spdy/core/hpack/hpack_huffman_decoder.h
@@ -8,8 +8,8 @@
#include <stddef.h>
#include <stdint.h>
-#include "net/base/net_export.h"
#include "net/spdy/core/hpack/hpack_input_stream.h"
+#include "net/spdy/platform/api/spdy_export.h"
#include "net/spdy/platform/api/spdy_string.h"
namespace net {
@@ -19,7 +19,7 @@ class HpackHuffmanDecoderPeer;
// Declared as a class to simplify testing.
// No instances are actually allocated.
-class NET_EXPORT_PRIVATE HpackHuffmanDecoder {
+class SPDY_EXPORT_PRIVATE HpackHuffmanDecoder {
public:
typedef uint32_t HuffmanWord;
typedef size_t HuffmanCodeLength;
« no previous file with comments | « net/spdy/core/hpack/hpack_header_table.h ('k') | net/spdy/core/hpack/hpack_huffman_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698