| 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 9ef8df5387618f4bfb6f4da34620fb68f75978d1..4bdf9d1056f1aecdd1e556ad2767cc8ee8575ad6 100644
|
| --- a/net/spdy/spdy_test_util_common.h
|
| +++ b/net/spdy/spdy_test_util_common.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/memory/weak_ptr.h"
|
| #include "crypto/ec_private_key.h"
|
| #include "crypto/ec_signature_creator.h"
|
| #include "net/base/completion_callback.h"
|
| @@ -45,6 +46,7 @@ class SpdySessionKey;
|
| class SpdySessionPool;
|
| class SpdyStream;
|
| class SpdyStreamRequest;
|
| +class TrustedSpdyProxyProvider;
|
|
|
| // Default upload data used by both, mock objects and framer when creating
|
| // data frames.
|
| @@ -204,7 +206,7 @@ struct SpdySessionDependencies {
|
| size_t stream_max_recv_window_size;
|
| SpdySession::TimeFunc time_func;
|
| NextProtoVector next_protos;
|
| - std::string trusted_spdy_proxy;
|
| + base::WeakPtr<TrustedSpdyProxyProvider> trusted_spdy_proxy_provider;
|
| bool use_alternative_services;
|
| NetLog* net_log;
|
| };
|
|
|