Index: net/websockets/websocket_handshake_constants.h |
diff --git a/net/websockets/websocket_handshake_constants.h b/net/websockets/websocket_handshake_constants.h |
index d68a28ab4756698f42be06ec07cfdf97c5638557..f52f5136952cb6a83a38a099d71ef05d2847c7a1 100644 |
--- a/net/websockets/websocket_handshake_constants.h |
+++ b/net/websockets/websocket_handshake_constants.h |
@@ -13,6 +13,7 @@ |
#define NET_WEBSOCKETS_WEBSOCKET_HANDSHAKE_CONSTANTS_H_ |
#include "base/basictypes.h" |
+#include "net/base/net_export.h" |
// This file plases constants inside the ::net::websockets namespace to avoid |
// risk of collisions with other symbols in libnet. |
@@ -52,7 +53,7 @@ extern const char kUpgrade[]; |
// "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" as defined in section 4.1 of |
// RFC6455. |
-extern const char kWebSocketGuid[]; |
+extern const char NET_EXPORT kWebSocketGuid[]; |
// Colon-prefixed lowercase headers for SPDY3. |