diff options
Diffstat (limited to 'content/browser/geolocation/location_arbitrator_unittest.cc')
-rw-r--r-- | content/browser/geolocation/location_arbitrator_unittest.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/geolocation/location_arbitrator_unittest.cc b/content/browser/geolocation/location_arbitrator_unittest.cc index f730dc5..432cb12 100644 --- a/content/browser/geolocation/location_arbitrator_unittest.cc +++ b/content/browser/geolocation/location_arbitrator_unittest.cc @@ -12,6 +12,9 @@ #include "content/common/geoposition.h" #include "testing/gtest/include/gtest/gtest.h" +using content::AccessTokenStore; +using content::FakeAccessTokenStore; + namespace { class MockLocationObserver : public GeolocationObserver { |