Chromium Code Reviews| Index: content/browser/geolocation/location_arbitrator.cc |
| diff --git a/content/browser/geolocation/location_arbitrator.cc b/content/browser/geolocation/location_arbitrator.cc |
| index 1c06244bc357bb3239c07bca49385d0324b948b2..4927a04c79269670d9363a497568683f45e84db5 100644 |
| --- a/content/browser/geolocation/location_arbitrator.cc |
| +++ b/content/browser/geolocation/location_arbitrator.cc |
| @@ -9,6 +9,9 @@ |
| #include "base/bind.h" |
| #include "base/bind_helpers.h" |
| #include "content/browser/geolocation/arbitrator_dependency_factory.h" |
| +#include "content/public/browser/access_token_store.h" |
| + |
| +using content::AccessTokenStore; |
| namespace { |