diff options
Diffstat (limited to 'content/browser/geolocation/location_arbitrator.h')
-rw-r--r-- | content/browser/geolocation/location_arbitrator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/location_arbitrator.h b/content/browser/geolocation/location_arbitrator.h index e3bb12b..75481ca 100644 --- a/content/browser/geolocation/location_arbitrator.h +++ b/content/browser/geolocation/location_arbitrator.h @@ -9,11 +9,11 @@ #include "base/string16.h" #include "base/scoped_vector.h" #include "base/time.h" -#include "chrome/common/geoposition.h" #include "chrome/common/net/url_request_context_getter.h" #include "content/browser/geolocation/access_token_store.h" #include "content/browser/geolocation/location_provider.h" #include "content/browser/geolocation/geolocation_observer.h" +#include "content/common/geoposition.h" #include "googleurl/src/gurl.h" class AccessTokenStore; |