| Index: chromecast/browser/geolocation/cast_access_token_store.h
|
| diff --git a/chromecast/browser/geolocation/cast_access_token_store.h b/chromecast/browser/geolocation/cast_access_token_store.h
|
| index 8c576e2a274921e61717ccc8fb951398d8eed9d7..19deacf11822522e7d2ba14c0b379e16f40150ba 100644
|
| --- a/chromecast/browser/geolocation/cast_access_token_store.h
|
| +++ b/chromecast/browser/geolocation/cast_access_token_store.h
|
| @@ -6,7 +6,7 @@
|
| #define CHROMECAST_BROWSER_GEOLOCATION_CAST_ACCESS_TOKEN_STORE_H_
|
|
|
| #include "base/macros.h"
|
| -#include "content/public/browser/access_token_store.h"
|
| +#include "device/geolocation/access_token_store.h"
|
|
|
| namespace content {
|
| class BrowserContext;
|
| @@ -17,7 +17,7 @@ namespace shell {
|
|
|
| // Access token store for chromecast devices used to initialize the network
|
| // location provider.
|
| -class CastAccessTokenStore : public content::AccessTokenStore {
|
| +class CastAccessTokenStore : public device::AccessTokenStore {
|
| public:
|
| explicit CastAccessTokenStore(content::BrowserContext* browser_context);
|
|
|
|
|