| 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 b1ecd56ec0fe2dc632192e00a5b96592429b460e..ab7bada1260492030688011260791d798e879d83 100644
|
| --- a/chrome/browser/geolocation/chrome_access_token_store.h
|
| +++ b/chrome/browser/geolocation/chrome_access_token_store.h
|
| @@ -8,12 +8,12 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "content/public/browser/access_token_store.h"
|
|
|
| -class PrefServiceSimple;
|
| +class PrefRegistrySimple;
|
|
|
| // Creates a new access token store backed by the global chome prefs.
|
| class ChromeAccessTokenStore : public content::AccessTokenStore {
|
| public:
|
| - static void RegisterPrefs(PrefServiceSimple* prefs);
|
| + static void RegisterPrefs(PrefRegistrySimple* registry);
|
|
|
| ChromeAccessTokenStore();
|
|
|
|
|