commit | f89276a70b260213900fc4b389927a17d57590f3 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jul 12 06:41:54 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jul 12 06:41:54 2013 |
tree | 7fcd968db3251d72d41f5bd206d905f3456e52e4 | |
parent | 69cff8e0a648b926014caa0ea1d6dd5f52ede712 [diff] [blame] |
net: Migrate from googleurl/ includes to url/ ones. BUG=229660 [email protected] [email protected] Review URL: https://chromiumcodereview.appspot.com/6362186595172352 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211347 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/spdy/spdy_proxy_client_socket.cc b/net/spdy/spdy_proxy_client_socket.cc index e74f2b12..fa3300f 100644 --- a/net/spdy/spdy_proxy_client_socket.cc +++ b/net/spdy/spdy_proxy_client_socket.cc
@@ -12,7 +12,6 @@ #include "base/logging.h" #include "base/strings/string_util.h" #include "base/values.h" -#include "googleurl/src/gurl.h" #include "net/base/auth.h" #include "net/base/io_buffer.h" #include "net/base/net_util.h" @@ -21,6 +20,7 @@ #include "net/http/http_response_headers.h" #include "net/http/proxy_connect_redirect_http_stream.h" #include "net/spdy/spdy_http_utils.h" +#include "url/gurl.h" namespace net {