summaryrefslogtreecommitdiffstats
path: root/net/socket/socks5_client_socket.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-12 06:41:54 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-12 06:41:54 +0000
commitf89276a70b260213900fc4b389927a17d57590f3 (patch)
tree7fcd968db3251d72d41f5bd206d905f3456e52e4 /net/socket/socks5_client_socket.h
parent69cff8e0a648b926014caa0ea1d6dd5f52ede712 (diff)
downloadchromium_src-f89276a70b260213900fc4b389927a17d57590f3.zip
chromium_src-f89276a70b260213900fc4b389927a17d57590f3.tar.gz
chromium_src-f89276a70b260213900fc4b389927a17d57590f3.tar.bz2
net: Migrate from googleurl/ includes to url/ ones.
BUG=229660 R=eroman@chromium.org TBR=eroman@chromium.org Review URL: https://chromiumcodereview.appspot.com/6362186595172352 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211347 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/socks5_client_socket.h')
-rw-r--r--net/socket/socks5_client_socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/socks5_client_socket.h b/net/socket/socks5_client_socket.h
index f168636..b955e8f 100644
--- a/net/socket/socks5_client_socket.h
+++ b/net/socket/socks5_client_socket.h
@@ -11,13 +11,13 @@
#include "base/gtest_prod_util.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
-#include "googleurl/src/gurl.h"
#include "net/base/address_list.h"
#include "net/base/completion_callback.h"
#include "net/base/net_errors.h"
#include "net/base/net_log.h"
#include "net/dns/host_resolver.h"
#include "net/socket/stream_socket.h"
+#include "url/gurl.h"
namespace net {