| Index: content/shell/browser/shell_access_token_store.h
 | 
| diff --git a/content/shell/browser/shell_access_token_store.h b/content/shell/browser/shell_access_token_store.h
 | 
| index 2a7aedbd038eead8768228a47d1f6c17702d561f..7d8fc8e497b4d35ab2fd7a90db3d4b2622880de7 100644
 | 
| --- a/content/shell/browser/shell_access_token_store.h
 | 
| +++ b/content/shell/browser/shell_access_token_store.h
 | 
| @@ -7,14 +7,14 @@
 | 
|  
 | 
|  #include "base/macros.h"
 | 
|  #include "base/memory/ref_counted.h"
 | 
| -#include "device/geolocation/access_token_store.h"
 | 
| +#include "content/public/browser/access_token_store.h"
 | 
|  #include "net/url_request/url_request_context_getter.h"
 | 
|  
 | 
|  namespace content {
 | 
|  class ShellBrowserContext;
 | 
|  
 | 
|  // Dummy access token store used to initialise the network location provider.
 | 
| -class ShellAccessTokenStore : public device::AccessTokenStore {
 | 
| +class ShellAccessTokenStore : public content::AccessTokenStore {
 | 
|   public:
 | 
|    explicit ShellAccessTokenStore(
 | 
|        content::ShellBrowserContext* shell_browser_context);
 | 
| 
 |