| Index: net/spdy/spdy_session_pool.h
|
| diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
|
| index fee67793f7391355a2ca8daae078871b05c9101f..f10cc0f31660e55b4e2bf76fdcbf48e6a777c299 100644
|
| --- a/net/spdy/spdy_session_pool.h
|
| +++ b/net/spdy/spdy_session_pool.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef NET_SPDY_SPDY_SESSION_POOL_H_
|
| #define NET_SPDY_SPDY_SESSION_POOL_H_
|
|
|
| -#include <map>
|
| #include <list>
|
| +#include <map>
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| @@ -18,10 +18,10 @@
|
| #include "net/base/net_errors.h"
|
| #include "net/base/net_export.h"
|
| #include "net/base/network_change_notifier.h"
|
| -#include "net/base/ssl_config_service.h"
|
| #include "net/proxy/proxy_config.h"
|
| #include "net/proxy/proxy_server.h"
|
| #include "net/socket/next_proto.h"
|
| +#include "net/ssl/ssl_config_service.h"
|
|
|
| namespace net {
|
|
|
|
|