| Index: content/browser/geolocation/network_location_request.cc
|
| diff --git a/content/browser/geolocation/network_location_request.cc b/content/browser/geolocation/network_location_request.cc
|
| index ab53aa5fdb06eebb06f30aead68542a2c2d7ec95..b4aac0107563c2ca066bc641a39cbf2b768d6f80 100644
|
| --- a/content/browser/geolocation/network_location_request.cc
|
| +++ b/content/browser/geolocation/network_location_request.cc
|
| @@ -13,7 +13,7 @@
|
| #include "base/string_number_conversions.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| -#include "content/browser/geolocation/location_arbitrator.h"
|
| +#include "content/browser/geolocation/location_arbitrator_impl.h"
|
| #include "content/public/common/geoposition.h"
|
| #include "google_apis/google_api_keys.h"
|
| #include "net/base/escape.h"
|
| @@ -156,7 +156,7 @@ struct AccessPointLess {
|
| };
|
|
|
| GURL FormRequestURL(const GURL& url) {
|
| - if (url == GeolocationArbitrator::DefaultNetworkProviderURL()) {
|
| + if (url == GeolocationArbitratorImpl::DefaultNetworkProviderURL()) {
|
| std::string api_key = google_apis::GetAPIKey();
|
| if (!api_key.empty()) {
|
| std::string query(url.query());
|
|
|