| 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 23bffb92aeedf34522acadb09c839d5f8b8f5f3f..ee1f9b1efb25a4be1be1d85a88fc11acacc57693 100644
|
| --- a/content/browser/geolocation/network_location_request.h
|
| +++ b/content/browser/geolocation/network_location_request.h
|
| @@ -54,7 +54,7 @@ class NetworkLocationRequest : private net::URLFetcherDelegate {
|
|
|
| private:
|
| // net::URLFetcherDelegate
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| scoped_refptr<net::URLRequestContextGetter> url_context_;
|
| LocationResponseCallback location_response_callback_;
|
|
|