| Index: net/http/http_network_transaction.cc
|
| diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc
|
| index 1898c18109455515b72d16545e5c1f6da2956fab..532f9de0692eeaddfe980c4f913250c9e9328158 100644
|
| --- a/net/http/http_network_transaction.cc
|
| +++ b/net/http/http_network_transaction.cc
|
| @@ -63,12 +63,6 @@
|
| #include "url/gurl.h"
|
| #include "url/url_canon.h"
|
|
|
| -#if defined(SPDY_PROXY_AUTH_ORIGIN)
|
| -#include <algorithm>
|
| -#include "net/proxy/proxy_server.h"
|
| -#endif
|
| -
|
| -
|
| using base::Time;
|
| using base::TimeDelta;
|
|
|
|
|