| Index: content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/socket_stream_dispatcher_host.h b/content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| index bc0e35ffa5e0ecd4447775adfce6d9812ed8f8ef..d5e988ac1d19bb88e507d6b050078d6a7deaa519 100644
|
| --- a/content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| @@ -88,9 +88,10 @@ class SocketStreamDispatcherHost
|
| GetRequestContextCallback request_context_callback_;
|
| ResourceContext* resource_context_;
|
|
|
| - base::WeakPtrFactory<SocketStreamDispatcherHost> weak_ptr_factory_;
|
| bool on_shutdown_;
|
|
|
| + base::WeakPtrFactory<SocketStreamDispatcherHost> weak_ptr_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SocketStreamDispatcherHost);
|
| };
|
|
|
|
|