| Index: chrome/browser/geolocation/chrome_access_token_store.h
|
| diff --git a/chrome/browser/geolocation/chrome_access_token_store.h b/chrome/browser/geolocation/chrome_access_token_store.h
|
| index be3f23191b863ba5b161656722fccc0dd5dfd670..611acbb12f31be12fd0ae5a48b71241db21f0691 100644
|
| --- a/chrome/browser/geolocation/chrome_access_token_store.h
|
| +++ b/chrome/browser/geolocation/chrome_access_token_store.h
|
| @@ -7,12 +7,12 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "content/public/browser/access_token_store.h"
|
| +#include "device/geolocation/access_token_store.h"
|
|
|
| class PrefRegistrySimple;
|
|
|
| // Creates a new access token store backed by the global chome prefs.
|
| -class ChromeAccessTokenStore : public content::AccessTokenStore {
|
| +class ChromeAccessTokenStore : public device::AccessTokenStore {
|
| public:
|
| static void RegisterPrefs(PrefRegistrySimple* registry);
|
|
|
|
|