Index: content/browser/renderer_host/websocket_host.h |
diff --git a/content/browser/renderer_host/websocket_host.h b/content/browser/renderer_host/websocket_host.h |
index ba10f1c3885509a114c55bfe0bdee420f11c388c..83ebea5b0e34b5a166bb3db09749c4222bbaeaff 100644 |
--- a/content/browser/renderer_host/websocket_host.h |
+++ b/content/browser/renderer_host/websocket_host.h |
@@ -13,6 +13,7 @@ |
#include "content/common/websocket.h" |
class GURL; |
+class SerializedOrigin; |
namespace net { |
class WebSocketChannel; |
@@ -47,7 +48,7 @@ class CONTENT_EXPORT WebSocketHost { |
void OnAddChannelRequest(const GURL& socket_url, |
const std::vector<std::string>& requested_protocols, |
- const GURL& origin); |
+ const SerializedOrigin& origin); |
void OnSendFrame(bool fin, |
WebSocketMessageType type, |