| Index: net/http/http_pipelined_host_impl_unittest.cc
|
| diff --git a/net/http/http_pipelined_host_impl_unittest.cc b/net/http/http_pipelined_host_impl_unittest.cc
|
| index 2764edfe89d48e2c0db789d5e88f9e5ff2234a8e..ea49e12c1056ed0e04edbcdfb9af63eab3142c5b 100644
|
| --- a/net/http/http_pipelined_host_impl_unittest.cc
|
| +++ b/net/http/http_pipelined_host_impl_unittest.cc
|
| @@ -5,10 +5,10 @@
|
| #include "net/http/http_pipelined_host_impl.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "net/base/ssl_config_service.h"
|
| #include "net/http/http_pipelined_connection.h"
|
| #include "net/http/http_pipelined_host_test_util.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"
|
|
|
|
|