diff options
Diffstat (limited to 'content/browser/geolocation/network_location_provider.cc')
-rw-r--r-- | content/browser/geolocation/network_location_provider.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/browser/geolocation/network_location_provider.cc b/content/browser/geolocation/network_location_provider.cc index 3041300..d4c83fe 100644 --- a/content/browser/geolocation/network_location_provider.cc +++ b/content/browser/geolocation/network_location_provider.cc @@ -7,7 +7,9 @@ #include "base/bind.h" #include "base/time.h" #include "base/utf_string_conversions.h" -#include "content/browser/geolocation/access_token_store.h" +#include "content/public/browser/access_token_store.h" + +using content::AccessTokenStore; namespace { // The maximum period of time we'll wait for a complete set of device data |