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

Unified Diff: net/spdy/core/hpack/hpack_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_constants.h ('k') | net/spdy/core/hpack/hpack_decoder3.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.h
diff --git a/net/spdy/core/hpack/hpack_decoder.h b/net/spdy/core/hpack/hpack_decoder.h
index a13c61e32e09fe72ba0e8b0aa1cd1666c01a324f..cb7fbc5bd353e6437c09402a2f24304fc09acdf8 100644
--- a/net/spdy/core/hpack/hpack_decoder.h
+++ b/net/spdy/core/hpack/hpack_decoder.h
@@ -13,12 +13,12 @@
#include <vector>
#include "base/macros.h"
-#include "net/base/net_export.h"
#include "net/spdy/core/hpack/hpack_decoder_interface.h"
#include "net/spdy/core/hpack/hpack_header_table.h"
#include "net/spdy/core/hpack/hpack_input_stream.h"
#include "net/spdy/core/spdy_headers_handler_interface.h"
#include "net/spdy/core/spdy_protocol.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"
@@ -31,7 +31,7 @@ namespace test {
class HpackDecoderPeer;
} // namespace test
-class NET_EXPORT_PRIVATE HpackDecoder : public HpackDecoderInterface {
+class SPDY_EXPORT_PRIVATE HpackDecoder : public HpackDecoderInterface {
public:
friend class test::HpackDecoderPeer;
« no previous file with comments | « net/spdy/core/hpack/hpack_constants.h ('k') | net/spdy/core/hpack/hpack_decoder3.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698