| 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 9a92923d3cade60c36bc2d024ba6761935f6e271..145bba596f5832224e33ddcd654c627b549a785c 100644
|
| --- a/content/browser/geolocation/network_location_request.cc
|
| +++ b/content/browser/geolocation/network_location_request.cc
|
| @@ -13,9 +13,9 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "content/public/common/geoposition.h"
|
| -#include "content/public/common/url_fetcher.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/load_flags.h"
|
| +#include "net/url_request/url_fetcher.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "net/url_request/url_request_status.h"
|
|
|
| @@ -85,7 +85,7 @@ bool NetworkLocationRequest::MakeRequest(const string16& access_token,
|
|
|
| GURL request_url = FormRequestURL(url_.spec(), access_token,
|
| wifi_data, timestamp_);
|
| - url_fetcher_.reset(content::URLFetcher::Create(
|
| + url_fetcher_.reset(net::URLFetcher::Create(
|
| url_fetcher_id_for_tests, request_url, net::URLFetcher::GET, this));
|
| url_fetcher_->SetRequestContext(url_context_);
|
| url_fetcher_->SetLoadFlags(
|
|
|