| Index: content/browser/geolocation/location_provider.h | 
| diff --git a/content/browser/geolocation/location_provider.h b/content/browser/geolocation/location_provider.h | 
| index 1d845b6a8ebf221e912569a6618ea18134421cac..7f94098ac76e60ac914aefa163eb7ddc00922bfc 100644 | 
| --- a/content/browser/geolocation/location_provider.h | 
| +++ b/content/browser/geolocation/location_provider.h | 
| @@ -19,11 +19,11 @@ | 
| #include "base/threading/non_thread_safe.h" | 
| #include "content/common/content_export.h" | 
|  | 
| -struct Geoposition; | 
| class GURL; | 
|  | 
| namespace content { | 
| class AccessTokenStore; | 
| +struct Geoposition; | 
| } | 
|  | 
| namespace net { | 
| @@ -69,7 +69,7 @@ class CONTENT_EXPORT LocationProviderBase | 
| virtual bool StartProvider(bool high_accuracy) = 0; | 
| virtual void StopProvider() = 0; | 
| // Gets the current best position estimate. | 
| -  virtual void GetPosition(Geoposition* position) = 0; | 
| +  virtual void GetPosition(content::Geoposition* position) = 0; | 
| // Provides a hint to the provider that new location data is needed as soon | 
| // as possible. Default implementation does nothing. | 
| virtual void UpdatePosition() {} | 
|  |