| 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 19deacf11822522e7d2ba14c0b379e16f40150ba..8c576e2a274921e61717ccc8fb951398d8eed9d7 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 "device/geolocation/access_token_store.h"
 | 
| +#include "content/public/browser/access_token_store.h"
 | 
|  
 | 
|  namespace content {
 | 
|  class BrowserContext;
 | 
| @@ -17,7 +17,7 @@
 | 
|  
 | 
|  // Access token store for chromecast devices used to initialize the network
 | 
|  // location provider.
 | 
| -class CastAccessTokenStore : public device::AccessTokenStore {
 | 
| +class CastAccessTokenStore : public content::AccessTokenStore {
 | 
|   public:
 | 
|    explicit CastAccessTokenStore(content::BrowserContext* browser_context);
 | 
|  
 | 
| 
 |