diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-13 20:01:40 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-13 20:01:40 +0000 |
commit | 79fe227571a36a13128546564e542a742ebb8523 (patch) | |
tree | f712e2e984db2e8f02da51662a148085fffc6ee2 /remoting/protocol/third_party_client_authenticator.h | |
parent | aeda9d98cc0893bbaed8f0d774d1f19a15f55e2a (diff) | |
download | chromium_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/third_party_client_authenticator.h')
-rw-r--r-- | remoting/protocol/third_party_client_authenticator.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |