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

Unified Diff: net/spdy/core/spdy_pinnable_buffer_piece.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_headers_handler_interface.h ('k') | net/spdy/core/spdy_prefixed_buffer_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_pinnable_buffer_piece.h
diff --git a/net/spdy/core/spdy_pinnable_buffer_piece.h b/net/spdy/core/spdy_pinnable_buffer_piece.h
index 2ade03e1e1983fb25b17ead994b9118dd5b45ae6..3d54c9270fedff8a37eb22eafcf89dfa8cc294d3 100644
--- a/net/spdy/core/spdy_pinnable_buffer_piece.h
+++ b/net/spdy/core/spdy_pinnable_buffer_piece.h
@@ -9,7 +9,7 @@
#include <memory>
-#include "net/base/net_export.h"
+#include "net/spdy/platform/api/spdy_export.h"
#include "net/spdy/platform/api/spdy_string_piece.h"
namespace net {
@@ -20,7 +20,7 @@ class SpdyPrefixedBufferReader;
// Represents a piece of consumed buffer which may (or may not) own its
// underlying storage. Users may "pin" the buffer at a later time to ensure
// a SpdyPinnableBufferPiece owns and retains storage of the buffer.
-struct NET_EXPORT_PRIVATE SpdyPinnableBufferPiece {
+struct SPDY_EXPORT_PRIVATE SpdyPinnableBufferPiece {
public:
SpdyPinnableBufferPiece();
~SpdyPinnableBufferPiece();
« no previous file with comments | « net/spdy/core/spdy_headers_handler_interface.h ('k') | net/spdy/core/spdy_prefixed_buffer_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698