diff options
Diffstat (limited to 'content/browser/geolocation/geolocation_provider_unittest.cc')
-rw-r--r-- | content/browser/geolocation/geolocation_provider_unittest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/geolocation/geolocation_provider_unittest.cc b/content/browser/geolocation/geolocation_provider_unittest.cc index 089de94..b214f01 100644 --- a/content/browser/geolocation/geolocation_provider_unittest.cc +++ b/content/browser/geolocation/geolocation_provider_unittest.cc @@ -12,6 +12,8 @@ #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" +using content::AccessTokenStore; +using content::FakeAccessTokenStore; using testing::_; using testing::DoAll; using testing::DoDefault; |