Chromium Code Reviews| Index: net/http/http_network_transaction.cc |
| diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc |
| index f4df073b4bba5ad905631653d2cba46820c0daa7..f45679670ec2ad86f4a8ff4995740982fff32906 100644 |
| --- a/net/http/http_network_transaction.cc |
| +++ b/net/http/http_network_transaction.cc |
| @@ -62,12 +62,6 @@ |
| #include "net/ssl/ssl_connection_status_flags.h" |
| #include "url/gurl.h" |
| -#if defined(SPDY_PROXY_AUTH_ORIGIN) |
| -#include <algorithm> |
|
bengr
2014/07/11 20:42:53
is this not needed?
Not at Google. Contact bengr
2014/07/16 22:41:34
Not sure what it is used for. I am able to build a
|
| -#include "net/proxy/proxy_server.h" |
| -#endif |
| - |
| - |
| using base::Time; |
| using base::TimeDelta; |