diff options
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/dns_blackhole_checker.cc | 2 | ||||
-rw-r--r-- | remoting/host/service_client.cc | 2 | ||||
-rw-r--r-- | remoting/host/setup/oauth_helper.cc | 2 | ||||
-rw-r--r-- | remoting/host/token_validator_factory_impl.cc | 2 | ||||
-rw-r--r-- | remoting/host/token_validator_factory_impl_unittest.cc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/remoting/host/dns_blackhole_checker.cc b/remoting/host/dns_blackhole_checker.cc index 1992a8f..d7f48e3 100644 --- a/remoting/host/dns_blackhole_checker.cc +++ b/remoting/host/dns_blackhole_checker.cc @@ -4,9 +4,9 @@ #include "remoting/host/dns_blackhole_checker.h" -#include "googleurl/src/gurl.h" #include "net/url_request/url_fetcher.h" #include "net/url_request/url_request_context_getter.h" +#include "url/gurl.h" namespace remoting { diff --git a/remoting/host/service_client.cc b/remoting/host/service_client.cc index edf5e34..fbad41b 100644 --- a/remoting/host/service_client.cc +++ b/remoting/host/service_client.cc @@ -7,11 +7,11 @@ #include "base/json/json_writer.h" #include "base/memory/scoped_ptr.h" #include "base/values.h" -#include "googleurl/src/gurl.h" #include "net/http/http_status_code.h" #include "net/url_request/url_fetcher.h" #include "net/url_request/url_fetcher_delegate.h" #include "net/url_request/url_request_context_getter.h" +#include "url/gurl.h" namespace remoting { diff --git a/remoting/host/setup/oauth_helper.cc b/remoting/host/setup/oauth_helper.cc index 6cc119a..7746df1 100644 --- a/remoting/host/setup/oauth_helper.cc +++ b/remoting/host/setup/oauth_helper.cc @@ -6,8 +6,8 @@ #include "base/strings/stringprintf.h" #include "google_apis/google_api_keys.h" -#include "googleurl/src/url_parse.h" #include "net/base/escape.h" +#include "url/url_parse.h" namespace { diff --git a/remoting/host/token_validator_factory_impl.cc b/remoting/host/token_validator_factory_impl.cc index bd0489b..3dd9245 100644 --- a/remoting/host/token_validator_factory_impl.cc +++ b/remoting/host/token_validator_factory_impl.cc @@ -16,12 +16,12 @@ #include "base/strings/string_util.h" #include "base/values.h" #include "crypto/random.h" -#include "googleurl/src/gurl.h" #include "net/base/escape.h" #include "net/url_request/url_fetcher.h" #include "net/url_request/url_fetcher_delegate.h" #include "net/url_request/url_request_status.h" #include "remoting/base/rsa_key_pair.h" +#include "url/gurl.h" namespace { diff --git a/remoting/host/token_validator_factory_impl_unittest.cc b/remoting/host/token_validator_factory_impl_unittest.cc index efff36c..fff915bf 100644 --- a/remoting/host/token_validator_factory_impl_unittest.cc +++ b/remoting/host/token_validator_factory_impl_unittest.cc @@ -8,13 +8,13 @@ #include "base/json/json_writer.h" #include "base/values.h" -#include "googleurl/src/gurl.h" #include "net/url_request/test_url_fetcher_factory.h" #include "net/url_request/url_request_test_util.h" #include "remoting/base/rsa_key_pair.h" #include "remoting/base/test_rsa_key_pair.h" #include "remoting/host/token_validator_factory_impl.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" namespace { |