| Index: device/geolocation/network_location_request.cc
|
| diff --git a/device/geolocation/network_location_request.cc b/device/geolocation/network_location_request.cc
|
| index bbce2b0b6660a17118c6e318789baccc59ea101c..066856de6c588064713c56f4d40c0f818297f4bb 100644
|
| --- a/device/geolocation/network_location_request.cc
|
| +++ b/device/geolocation/network_location_request.cc
|
| @@ -18,7 +18,7 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "device/geolocation/geoposition.h"
|
| -#include "device/geolocation/location_arbitrator_impl.h"
|
| +#include "device/geolocation/location_arbitrator.h"
|
| #include "google_apis/google_api_keys.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/load_flags.h"
|
| @@ -183,7 +183,7 @@ struct AccessPointLess {
|
| };
|
|
|
| GURL FormRequestURL(const GURL& url) {
|
| - if (url == LocationArbitratorImpl::DefaultNetworkProviderURL()) {
|
| + if (url == LocationArbitrator::DefaultNetworkProviderURL()) {
|
| std::string api_key = google_apis::GetAPIKey();
|
| if (!api_key.empty()) {
|
| std::string query(url.query());
|
|
|