| Index: net/http/http_proxy_client_socket.cc
|
| diff --git a/net/http/http_proxy_client_socket.cc b/net/http/http_proxy_client_socket.cc
|
| index 81f6ff4e2f07d482a0767788fbbbda8a5cce7dda..7037616ae5a02b0b85487aabd53a26630e40832c 100644
|
| --- a/net/http/http_proxy_client_socket.cc
|
| +++ b/net/http/http_proxy_client_socket.cc
|
| @@ -8,7 +8,6 @@
|
| #include "base/bind_helpers.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/base/auth.h"
|
| #include "net/base/host_port_pair.h"
|
| #include "net/base/io_buffer.h"
|
| @@ -21,6 +20,7 @@
|
| #include "net/http/http_stream_parser.h"
|
| #include "net/http/proxy_connect_redirect_http_stream.h"
|
| #include "net/socket/client_socket_handle.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace net {
|
|
|
|
|