Index: trunk/src/content/browser/renderer_host/socket_stream_host.h |
=================================================================== |
--- trunk/src/content/browser/renderer_host/socket_stream_host.h (revision 196854) |
+++ trunk/src/content/browser/renderer_host/socket_stream_host.h (working copy) |
@@ -34,7 +34,7 @@ |
~SocketStreamHost(); |
// Gets socket_id associated with |socket|. |
- static int SocketIdFromSocketStream(const net::SocketStream* socket); |
+ static int SocketIdFromSocketStream(net::SocketStream* socket); |
int render_view_id() const { return render_view_id_; } |
int socket_id() const { return socket_id_; } |