| Index: content/browser/geolocation/geolocation_provider_unittest.cc
|
| diff --git a/content/browser/geolocation/geolocation_provider_unittest.cc b/content/browser/geolocation/geolocation_provider_unittest.cc
|
| index 089de946e331fc58a895f4813c2682f6c698e580..b214f01bc35dc2858fcfe949df84285960cde321 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;
|
|
|