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

Unified Diff: net/quic/core/spdy_utils.h

Issue 2561893002: Add QUIC_EXPORT macros (Closed)
Patch Set: More Created 4 years 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/quic/core/quic_write_blocked_list.h ('k') | net/quic/platform/api/quic_clock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/spdy_utils.h
diff --git a/net/quic/core/spdy_utils.h b/net/quic/core/spdy_utils.h
index 1da25228080f42e535ae1a35e8d4391d32f1a08a..ce24c1be3c83bbdeb90e621c09896348856d6847 100644
--- a/net/quic/core/spdy_utils.h
+++ b/net/quic/core/spdy_utils.h
@@ -12,14 +12,14 @@
#include <string>
#include "base/macros.h"
-#include "net/base/net_export.h"
#include "net/quic/core/quic_header_list.h"
#include "net/quic/core/quic_packets.h"
+#include "net/quic/platform/api/quic_export.h"
#include "net/spdy/spdy_framer.h"
namespace net {
-class NET_EXPORT_PRIVATE SpdyUtils {
+class QUIC_EXPORT_PRIVATE SpdyUtils {
public:
static std::string SerializeUncompressedHeaders(
const SpdyHeaderBlock& headers);
« no previous file with comments | « net/quic/core/quic_write_blocked_list.h ('k') | net/quic/platform/api/quic_clock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698