| 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 612b650f826ce9da6748e0a8483ddd2b3f3fc588..7310949f1d17910fd8f804e26d7678dbf8888962 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();
|
|
|
|
|