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

Unified Diff: net/spdy/core/spdy_frame_reader.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_frame_builder.h ('k') | net/spdy/core/spdy_framer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_frame_reader.h
diff --git a/net/spdy/core/spdy_frame_reader.h b/net/spdy/core/spdy_frame_reader.h
index 99b6d0753551b87e44148d15eb0b28e30e9cb605..20a333e8c95ede83cde9289adb12c4e39aae4138 100644
--- a/net/spdy/core/spdy_frame_reader.h
+++ b/net/spdy/core/spdy_frame_reader.h
@@ -8,7 +8,7 @@
#include <stddef.h>
#include <stdint.h>
-#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 {
@@ -27,7 +27,7 @@ namespace net {
// trusted and it is up to the caller to throw away the failed instance and
// handle the error as appropriate. None of the Read*() methods should ever be
// called after failure, as they will also fail immediately.
-class NET_EXPORT_PRIVATE SpdyFrameReader {
+class SPDY_EXPORT_PRIVATE SpdyFrameReader {
public:
// Caller must provide an underlying buffer to work on.
SpdyFrameReader(const char* data, const size_t len);
« no previous file with comments | « net/spdy/core/spdy_frame_builder.h ('k') | net/spdy/core/spdy_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698