| Index: net/spdy/spdy_test_util_common.h
 | 
| diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h
 | 
| index 5364fe3a236c9211f4862f49894c0da564bc3fd7..68bdfdf329666df99c4824f895991fbfd52f81df 100644
 | 
| --- a/net/spdy/spdy_test_util_common.h
 | 
| +++ b/net/spdy/spdy_test_util_common.h
 | 
| @@ -189,7 +189,8 @@ struct SpdySessionDependencies {
 | 
|    explicit SpdySessionDependencies(NextProto protocol);
 | 
|  
 | 
|    // Custom proxy service dependency.
 | 
| -  SpdySessionDependencies(NextProto protocol, ProxyService* proxy_service);
 | 
| +  SpdySessionDependencies(NextProto protocol,
 | 
| +                          scoped_ptr<ProxyService> proxy_service);
 | 
|  
 | 
|    ~SpdySessionDependencies();
 | 
|  
 | 
| 
 |