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

Unified Diff: net/websockets/websocket_handshake_constants.h

Issue 1340523002: Fix WebSocketServer extension parser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ws-constructor-fix
Patch Set: Created 5 years, 3 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/websockets/websocket_extension_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « net/websockets/websocket_extension_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698