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

Unified Diff: net/spdy/core/spdy_alt_svc_wire_format.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_static_table.h ('k') | net/spdy/core/spdy_frame_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_alt_svc_wire_format.h
diff --git a/net/spdy/core/spdy_alt_svc_wire_format.h b/net/spdy/core/spdy_alt_svc_wire_format.h
index 8a834f6551acc69cb23f1cd5745b6e3819bc1bfa..c0aaf64eadee0a310061bd3bb56659d9c5ab80d3 100644
--- a/net/spdy/core/spdy_alt_svc_wire_format.h
+++ b/net/spdy/core/spdy_alt_svc_wire_format.h
@@ -13,7 +13,7 @@
#include <cstdint>
#include <vector>
-#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"
@@ -23,11 +23,11 @@ namespace test {
class SpdyAltSvcWireFormatPeer;
} // namespace test
-class NET_EXPORT_PRIVATE SpdyAltSvcWireFormat {
+class SPDY_EXPORT_PRIVATE SpdyAltSvcWireFormat {
public:
using VersionVector = std::vector<uint16_t>;
- struct NET_EXPORT_PRIVATE AlternativeService {
+ struct SPDY_EXPORT_PRIVATE AlternativeService {
SpdyString protocol_id;
SpdyString host;
« no previous file with comments | « net/spdy/core/hpack/hpack_static_table.h ('k') | net/spdy/core/spdy_frame_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698