diff options
Diffstat (limited to 'net/http/http_network_session.cc')
-rw-r--r-- | net/http/http_network_session.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc index 9f4cba7..40f8416 100644 --- a/net/http/http_network_session.cc +++ b/net/http/http_network_session.cc @@ -5,7 +5,7 @@ #include "net/http/http_network_session.h" #include "base/logging.h" -#include "net/flip/flip_session_pool.h" +#include "net/spdy/spdy_session_pool.h" namespace net { |