diff options
Diffstat (limited to 'remoting/protocol/third_party_client_authenticator.cc')
-rw-r--r-- | remoting/protocol/third_party_client_authenticator.cc | 2 |
1 files changed, 1 insertions, 1 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 { |