| Index: net/http/http_pipelined_host_pool_unittest.cc
|
| diff --git a/net/http/http_pipelined_host_pool_unittest.cc b/net/http/http_pipelined_host_pool_unittest.cc
|
| index 3064f234b8182ebcf1cd3a8660b714487aa95ae4..8413e260f49f2331beaa60df079380482ee0694a 100644
|
| --- a/net/http/http_pipelined_host_pool_unittest.cc
|
| +++ b/net/http/http_pipelined_host_pool_unittest.cc
|
| @@ -6,11 +6,11 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/rand_util.h"
|
| -#include "net/base/ssl_config_service.h"
|
| #include "net/http/http_pipelined_host.h"
|
| #include "net/http/http_pipelined_host_capability.h"
|
| #include "net/http/http_server_properties_impl.h"
|
| #include "net/proxy/proxy_info.h"
|
| +#include "net/ssl/ssl_config_service.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|