| 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 c083613882601a85f08056868d42dbda7ab4a0f7..bc0e35ffa5e0ecd4447775adfce6d9812ed8f8ef 100644
|
| --- a/content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| @@ -32,7 +32,7 @@ class SocketStreamDispatcherHost
|
| public net::SocketStream::Delegate,
|
| public SSLErrorHandler::Delegate {
|
| public:
|
| - typedef base::Callback<net::URLRequestContext*(ResourceType::Type)>
|
| + typedef base::Callback<net::URLRequestContext*(ResourceType)>
|
| GetRequestContextCallback;
|
| SocketStreamDispatcherHost(
|
| int render_process_id,
|
|
|