summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-13 20:01:40 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-13 20:01:40 +0000
commit79fe227571a36a13128546564e542a742ebb8523 (patch)
treef712e2e984db2e8f02da51662a148085fffc6ee2 /remoting/protocol
parentaeda9d98cc0893bbaed8f0d774d1f19a15f55e2a (diff)
downloadchromium_src-79fe227571a36a13128546564e542a742ebb8523.zip
chromium_src-79fe227571a36a13128546564e542a742ebb8523.tar.gz
chromium_src-79fe227571a36a13128546564e542a742ebb8523.tar.bz2
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
Diffstat (limited to 'remoting/protocol')
-rw-r--r--remoting/protocol/third_party_client_authenticator.cc2
-rw-r--r--remoting/protocol/third_party_client_authenticator.h2
-rw-r--r--remoting/protocol/third_party_host_authenticator.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/remoting/protocol/third_party_client_authenticator.cc b/remoting/protocol/third_party_client_authenticator.cc
index 27d792b..ec5eb59 100644
--- a/remoting/protocol/third_party_client_authenticator.cc
+++ b/remoting/protocol/third_party_client_authenticator.cc
@@ -8,12 +8,12 @@
#include "base/bind.h"
#include "base/callback.h"
#include "base/logging.h"
-#include "googleurl/src/gurl.h"
#include "remoting/base/constants.h"
#include "remoting/base/rsa_key_pair.h"
#include "remoting/protocol/channel_authenticator.h"
#include "remoting/protocol/v2_authenticator.h"
#include "third_party/libjingle/source/talk/xmllite/xmlelement.h"
+#include "url/gurl.h"
namespace remoting {
namespace protocol {
diff --git a/remoting/protocol/third_party_client_authenticator.h b/remoting/protocol/third_party_client_authenticator.h
index 696d8a67..b603d38 100644
--- a/remoting/protocol/third_party_client_authenticator.h
+++ b/remoting/protocol/third_party_client_authenticator.h
@@ -10,8 +10,8 @@
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
-#include "googleurl/src/gurl.h"
#include "remoting/protocol/third_party_authenticator_base.h"
+#include "url/gurl.h"
class GURL;
diff --git a/remoting/protocol/third_party_host_authenticator.h b/remoting/protocol/third_party_host_authenticator.h
index 60538b2..8bd470e 100644
--- a/remoting/protocol/third_party_host_authenticator.h
+++ b/remoting/protocol/third_party_host_authenticator.h
@@ -9,8 +9,8 @@
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
-#include "googleurl/src/gurl.h"
#include "remoting/protocol/third_party_authenticator_base.h"
+#include "url/gurl.h"
namespace remoting {