| Index: remoting/protocol/third_party_client_authenticator.cc
|
| diff --git a/remoting/protocol/third_party_client_authenticator.cc b/remoting/protocol/third_party_client_authenticator.cc
|
| index 27d792b43c726f034b8775d0a346b10862f4bc0d..ec5eb59149bfb62033d2e8c70d54a33f966d8598 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 {
|
|
|