summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_frame_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/spdy/spdy_frame_builder.h')
-rw-r--r--net/spdy/spdy_frame_builder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/spdy_frame_builder.h b/net/spdy/spdy_frame_builder.h
index fd30a54..4e32009 100644
--- a/net/spdy/spdy_frame_builder.h
+++ b/net/spdy/spdy_frame_builder.h
@@ -9,7 +9,7 @@
#include <string>
#include "base/basictypes.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
#include "net/base/sys_byteorder.h"
#include "net/spdy/spdy_protocol.h"
@@ -26,7 +26,7 @@ namespace spdy {
// When reading from a SpdyFrameBuilder the consumer must know what value types
// to read and in what order to read them as the SpdyFrameBuilder does not keep
// track of the type of data written to it.
-class NET_TEST SpdyFrameBuilder {
+class NET_EXPORT_PRIVATE SpdyFrameBuilder {
public:
SpdyFrameBuilder();