From 79fe227571a36a13128546564e542a742ebb8523 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Sat, 13 Jul 2013 20:01:40 +0000 Subject: Migrate from googleurl/ includes to url/ ones in the remaining top-level directories. BUG=229660 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/18919005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211572 0039d316-1c4b-4281-b951-d872f2087c98 --- jingle/glue/proxy_resolving_client_socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jingle') diff --git a/jingle/glue/proxy_resolving_client_socket.h b/jingle/glue/proxy_resolving_client_socket.h index 5249a8b..b920591 100644 --- a/jingle/glue/proxy_resolving_client_socket.h +++ b/jingle/glue/proxy_resolving_client_socket.h @@ -12,7 +12,6 @@ #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" #include "base/memory/weak_ptr.h" -#include "googleurl/src/gurl.h" #include "net/base/completion_callback.h" #include "net/base/host_port_pair.h" #include "net/base/net_errors.h" @@ -21,6 +20,7 @@ #include "net/proxy/proxy_service.h" #include "net/socket/stream_socket.h" #include "net/ssl/ssl_config_service.h" +#include "url/gurl.h" namespace net { class ClientSocketFactory; -- cgit v1.1