| Index: content/browser/geolocation/network_location_request.h
|
| diff --git a/content/browser/geolocation/network_location_request.h b/content/browser/geolocation/network_location_request.h
|
| index b13c62642e7d7f650cecf091bc24b4a461d65470..1f122859f148052ea7e31a647fa7073e1e9f4aa4 100644
|
| --- a/content/browser/geolocation/network_location_request.h
|
| +++ b/content/browser/geolocation/network_location_request.h
|
| @@ -16,10 +16,10 @@
|
|
|
| namespace content {
|
| struct Geoposition;
|
| -class URLFetcher;
|
| }
|
|
|
| namespace net {
|
| +class URLFetcher;
|
| class URLRequestContextGetter;
|
| }
|
|
|
| @@ -68,7 +68,7 @@ class NetworkLocationRequest : private net::URLFetcherDelegate {
|
| scoped_refptr<net::URLRequestContextGetter> url_context_;
|
| ListenerInterface* listener_;
|
| const GURL url_;
|
| - scoped_ptr<content::URLFetcher> url_fetcher_;
|
| + scoped_ptr<net::URLFetcher> url_fetcher_;
|
|
|
| // Keep a copy of the data sent in the request, so we can refer back to it
|
| // when the response arrives.
|
|
|