| Index: net/http/http_network_transaction.cc
|
| diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc
|
| index 5b120f765ae7da7fdf9e368e4639df27b9a8f175..5a39e6ae19e511df26772d4396b2fbdca3155867 100644
|
| --- a/net/http/http_network_transaction.cc
|
| +++ b/net/http/http_network_transaction.cc
|
| @@ -29,8 +29,6 @@
|
| #include "net/base/load_timing_info.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/base/net_util.h"
|
| -#include "net/base/ssl_cert_request_info.h"
|
| -#include "net/base/ssl_connection_status_flags.h"
|
| #include "net/base/upload_data_stream.h"
|
| #include "net/http/http_auth.h"
|
| #include "net/http/http_auth_handler.h"
|
| @@ -58,6 +56,8 @@
|
| #include "net/spdy/spdy_http_stream.h"
|
| #include "net/spdy/spdy_session.h"
|
| #include "net/spdy/spdy_session_pool.h"
|
| +#include "net/ssl/ssl_cert_request_info.h"
|
| +#include "net/ssl/ssl_connection_status_flags.h"
|
|
|
| using base::Time;
|
|
|
|
|