| Index: net/spdy/spdy_network_transaction_unittest.cc
|
| diff --git a/net/spdy/spdy_network_transaction_unittest.cc b/net/spdy/spdy_network_transaction_unittest.cc
|
| index aad489b2bb632c1c9f0a7448d8641c492faf1c47..5c90944eda00edb3d24237416b2c523a82726471 100644
|
| --- a/net/spdy/spdy_network_transaction_unittest.cc
|
| +++ b/net/spdy/spdy_network_transaction_unittest.cc
|
| @@ -25,7 +25,9 @@
|
| #include "net/http/http_network_transaction.h"
|
| #include "net/http/http_server_properties.h"
|
| #include "net/http/http_transaction_test_util.h"
|
| +#include "net/log/captured_net_log_entry.h"
|
| #include "net/log/net_log_unittest.h"
|
| +#include "net/log/test_net_log.h"
|
| #include "net/socket/client_socket_pool_base.h"
|
| #include "net/socket/next_proto.h"
|
| #include "net/spdy/buffered_spdy_framer.h"
|
| @@ -3676,7 +3678,7 @@ TEST_P(SpdyNetworkTransactionTest, NetLog) {
|
| // This test is intentionally non-specific about the exact ordering of the
|
| // log; instead we just check to make sure that certain events exist, and that
|
| // they are in the right order.
|
| - TestNetLog::CapturedEntryList entries;
|
| + CapturedNetLogEntry::List entries;
|
| log.GetEntries(&entries);
|
|
|
| EXPECT_LT(0u, entries.size());
|
|
|