| 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 c870f18bdf703a284723436529dc27334c053d61..72dc6d884de66df0db9f683099c5a01bb8ca0769 100644
|
| --- a/net/spdy/spdy_proxy_client_socket_unittest.cc
|
| +++ b/net/spdy/spdy_proxy_client_socket_unittest.cc
|
| @@ -13,9 +13,9 @@
|
| #include "net/dns/mock_host_resolver.h"
|
| #include "net/http/http_response_headers.h"
|
| #include "net/http/http_response_info.h"
|
| -#include "net/log/capturing_net_log.h"
|
| #include "net/log/net_log.h"
|
| #include "net/log/net_log_unittest.h"
|
| +#include "net/log/test_net_log.h"
|
| #include "net/socket/client_socket_factory.h"
|
| #include "net/socket/next_proto.h"
|
| #include "net/socket/socket_test_util.h"
|
| @@ -1274,7 +1274,7 @@ TEST_P(SpdyProxyClientSocketTest, NetLog) {
|
| NetLog::Source sock_source = sock_->NetLog().source();
|
| sock_.reset();
|
|
|
| - CapturingNetLog::CapturedEntryList entry_list;
|
| + TestNetLog::CapturedEntryList entry_list;
|
| net_log_.GetEntriesForSource(sock_source, &entry_list);
|
|
|
| ASSERT_EQ(entry_list.size(), 10u);
|
|
|