| Index: content/browser/geolocation/arbitrator_dependency_factory.cc
|
| diff --git a/content/browser/geolocation/arbitrator_dependency_factory.cc b/content/browser/geolocation/arbitrator_dependency_factory.cc
|
| index 88fccfc033ae02f11bf11aff0b7a93cd2b62e5dc..0be268eb585621e205b74605fdfba76c61e06b9c 100644
|
| --- a/content/browser/geolocation/arbitrator_dependency_factory.cc
|
| +++ b/content/browser/geolocation/arbitrator_dependency_factory.cc
|
| @@ -5,10 +5,12 @@
|
| #include "content/browser/geolocation/arbitrator_dependency_factory.h"
|
|
|
| #include "base/time.h"
|
| -#include "content/browser/geolocation/access_token_store.h"
|
| #include "content/browser/geolocation/location_provider.h"
|
| +#include "content/public/browser/access_token_store.h"
|
| #include "content/public/browser/content_browser_client.h"
|
|
|
| +using content::AccessTokenStore;
|
| +
|
| // GeolocationArbitratorDependencyFactory
|
| GeolocationArbitratorDependencyFactory::
|
| ~GeolocationArbitratorDependencyFactory() {
|
|
|