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

Unified Diff: net/spdy/core/hpack/hpack_entry.h

Issue 2839373002: Implement SPDY_EXPORT and SPDY_EXPORT_PRIVATE macros. (Closed)
Patch Set: 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
Index: net/spdy/core/hpack/hpack_entry.h
diff --git a/net/spdy/core/hpack/hpack_entry.h b/net/spdy/core/hpack/hpack_entry.h
index e59b3297e62dfde1d75473205ca235532a8a8a4f..f5b6441f5f3f0d53cb2fbce7793276f601bbb6bf 100644
--- a/net/spdy/core/hpack/hpack_entry.h
+++ b/net/spdy/core/hpack/hpack_entry.h
@@ -8,7 +8,7 @@
#include <stddef.h>
#include "base/macros.h"
-#include "net/base/net_export.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"
@@ -19,7 +19,7 @@ namespace net {
// A structure for an entry in the static table (3.3.1)
// and the header table (3.3.2).
-class NET_EXPORT_PRIVATE HpackEntry {
+class SPDY_EXPORT_PRIVATE HpackEntry {
public:
// The constant amount added to name().size() and value().size() to
// get the size of an HpackEntry as defined in 5.1.

Powered by Google App Engine
This is Rietveld 408576698