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

Unified Diff: net/spdy/core/spdy_frame_builder.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/spdy_alt_svc_wire_format.h ('k') | net/spdy/core/spdy_frame_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_frame_builder.h
diff --git a/net/spdy/core/spdy_frame_builder.h b/net/spdy/core/spdy_frame_builder.h
index ba1586393e080ee867bfa060f8a6bab4cdadcbb5..0416d5b072d4cf041028bf730092842d014f0740 100644
--- a/net/spdy/core/spdy_frame_builder.h
+++ b/net/spdy/core/spdy_frame_builder.h
@@ -12,10 +12,10 @@
#include "base/gtest_prod_util.h"
#include "base/sys_byteorder.h"
-#include "net/base/net_export.h"
#include "net/spdy/core/spdy_bug_tracker.h"
#include "net/spdy/core/spdy_protocol.h"
#include "net/spdy/core/zero_copy_output_buffer.h"
+#include "net/spdy/platform/api/spdy_export.h"
#include "net/spdy/platform/api/spdy_string_piece.h"
namespace net {
@@ -29,7 +29,7 @@ class SpdyFramer;
// to a frame instance. The SpdyFrameBuilder grows its internal memory buffer
// dynamically to hold the sequence of primitive values. The internal memory
// buffer is exposed as the "data" of the SpdyFrameBuilder.
-class NET_EXPORT_PRIVATE SpdyFrameBuilder {
+class SPDY_EXPORT_PRIVATE SpdyFrameBuilder {
public:
// Initializes a SpdyFrameBuilder with a buffer of given size
explicit SpdyFrameBuilder(size_t size);
« no previous file with comments | « net/spdy/core/spdy_alt_svc_wire_format.h ('k') | net/spdy/core/spdy_frame_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698