Chromium Code Reviews| Index: chrome/browser/renderer_host/socket_stream_host.h |
| diff --git a/chrome/browser/renderer_host/socket_stream_host.h b/chrome/browser/renderer_host/socket_stream_host.h |
| index 50afad28e33c262129b3c72176efab03f711f63f..22cbeba0d8c6fb09e85069f3b1779c21ece8e3bc 100644 |
| --- a/chrome/browser/renderer_host/socket_stream_host.h |
| +++ b/chrome/browser/renderer_host/socket_stream_host.h |
| @@ -32,7 +32,7 @@ class SocketStreamHost { |
| ~SocketStreamHost(); |
| // Gets socket_id associated with |socket|. |
| - static int SocketIdFromSocketStream(net::SocketStream* socket); |
| + static int SocketIdFromSocketStream(const net::SocketStream* socket); |
|
Yuta Kitamura
2011/02/10 21:36:59
This was necessary because SocketStreamDispatcherH
|
| int socket_id() const { return socket_id_; } |