| Index: content/browser/geolocation/location_arbitrator_unittest.cc
|
| diff --git a/content/browser/geolocation/location_arbitrator_unittest.cc b/content/browser/geolocation/location_arbitrator_unittest.cc
|
| index f730dc52573ea9bacd5985ef6464fa7b2e612352..432cb12298ec7c090b3190261bac06da37f53df9 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 {
|
|
|