| 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 f75d59d5a930c31e5143c36d5179dca7aeb983f6..31d6e6e449339349c58b8cfb6536c6853430e3f1 100644
|
| --- a/content/browser/geolocation/network_location_request.h
|
| +++ b/content/browser/geolocation/network_location_request.h
|
| @@ -64,7 +64,7 @@ class NetworkLocationRequest : private content::URLFetcherDelegate {
|
|
|
| private:
|
| // content::URLFetcherDelegate
|
| - virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
|
|
| scoped_refptr<net::URLRequestContextGetter> url_context_;
|
| ListenerInterface* listener_;
|
|
|