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

Unified Diff: net/spdy/core/hpack/hpack_static_table.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_output_stream.h ('k') | net/spdy/core/spdy_alt_svc_wire_format.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/hpack/hpack_static_table.h
diff --git a/net/spdy/core/hpack/hpack_static_table.h b/net/spdy/core/hpack/hpack_static_table.h
index 564dab5cdb20685fbca3192df5ae7fdb70812bc9..af0782c9d5f7d3ec344e0dd29b875efdcd112f93 100644
--- a/net/spdy/core/hpack/hpack_static_table.h
+++ b/net/spdy/core/hpack/hpack_static_table.h
@@ -7,8 +7,8 @@
#include <stddef.h>
-#include "net/base/net_export.h"
#include "net/spdy/core/hpack/hpack_header_table.h"
+#include "net/spdy/platform/api/spdy_export.h"
namespace net {
@@ -18,7 +18,7 @@ struct HpackStaticEntry;
// encoding and decoding contexts. Once initialized, an instance is read only
// and may be accessed only through its const interface. Such an instance may
// be shared accross multiple HPACK contexts.
-class NET_EXPORT_PRIVATE HpackStaticTable {
+class SPDY_EXPORT_PRIVATE HpackStaticTable {
public:
HpackStaticTable();
~HpackStaticTable();
« no previous file with comments | « net/spdy/core/hpack/hpack_output_stream.h ('k') | net/spdy/core/spdy_alt_svc_wire_format.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698