| Index: net/spdy/spdy_proxy_client_socket_unittest.cc
|
| diff --git a/net/spdy/spdy_proxy_client_socket_unittest.cc b/net/spdy/spdy_proxy_client_socket_unittest.cc
|
| index 5e905f99347fa77cc83b3c07fda9bb9edcf252fa..51f024f75cecf1ab7f9086c4e17d2c588340e79f 100644
|
| --- a/net/spdy/spdy_proxy_client_socket_unittest.cc
|
| +++ b/net/spdy/spdy_proxy_client_socket_unittest.cc
|
| @@ -22,7 +22,6 @@
|
| #include "net/log/test_net_log_entry.h"
|
| #include "net/log/test_net_log_util.h"
|
| #include "net/socket/client_socket_factory.h"
|
| -#include "net/socket/next_proto.h"
|
| #include "net/socket/socket_test_util.h"
|
| #include "net/socket/tcp_client_socket.h"
|
| #include "net/spdy/buffered_spdy_framer.h"
|
| @@ -168,7 +167,7 @@ SpdyProxyClientSocketTest::SpdyProxyClientSocketTest()
|
| : spdy_util_(GetDependenciesFromPriority()),
|
| read_buf_(NULL),
|
| connect_data_(SYNCHRONOUS, OK),
|
| - framer_(HTTP2),
|
| + framer_(),
|
| user_agent_(kUserAgent),
|
| url_(kRequestUrl),
|
| proxy_host_port_(kProxyHost, kProxyPort),
|
|
|