| Index: net/http/http_pipelined_network_transaction_unittest.cc
|
| diff --git a/net/http/http_pipelined_network_transaction_unittest.cc b/net/http/http_pipelined_network_transaction_unittest.cc
|
| index 1976d6a3d6c84984b1295e402fc748ddf66de7b9..d13c31e5dd6ba8a858b017634a5f5e69a8bfe280 100644
|
| --- a/net/http/http_pipelined_network_transaction_unittest.cc
|
| +++ b/net/http/http_pipelined_network_transaction_unittest.cc
|
| @@ -12,10 +12,10 @@
|
| #include "net/base/address_list.h"
|
| #include "net/base/host_cache.h"
|
| #include "net/base/io_buffer.h"
|
| -#include "net/base/mock_host_resolver.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/base/net_util.h"
|
| #include "net/base/request_priority.h"
|
| +#include "net/dns/mock_host_resolver.h"
|
| #include "net/http/http_auth_handler_mock.h"
|
| #include "net/http/http_network_session.h"
|
| #include "net/http/http_network_transaction.h"
|
|
|