| Index: chrome/browser/extensions/api/tabs/tabs_api.h
|
| diff --git a/chrome/browser/extensions/api/tabs/tabs_api.h b/chrome/browser/extensions/api/tabs/tabs_api.h
|
| index 2e41121f77d555d679fe803b23513e8541014933..d60abfe4a26617c5e37a590d3f9493639c56bfeb 100644
|
| --- a/chrome/browser/extensions/api/tabs/tabs_api.h
|
| +++ b/chrome/browser/extensions/api/tabs/tabs_api.h
|
| @@ -18,7 +18,7 @@
|
|
|
| class BackingStore;
|
| class GURL;
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
| class SkBitmap;
|
|
|
| namespace base {
|
| @@ -177,7 +177,7 @@ class TabsDetectLanguageFunction : public AsyncExtensionFunction,
|
| class TabsCaptureVisibleTabFunction : public AsyncExtensionFunction,
|
| public content::NotificationObserver {
|
| public:
|
| - static void RegisterUserPrefs(PrefServiceSyncable* service);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| protected:
|
| enum ImageFormat {
|
|
|