| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index b92f51094d930691f0bd08622341b87da32d1cdc..b127b32a8a9c59f53b6800f4fb5ca217d1477a4a 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -25,7 +25,7 @@ namespace extensions {
|
| class Extension;
|
| }
|
|
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
|
|
| namespace chrome {
|
|
|
| @@ -34,7 +34,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| ChromeContentBrowserClient();
|
| virtual ~ChromeContentBrowserClient();
|
|
|
| - static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| virtual content::BrowserMainParts* CreateBrowserMainParts(
|
| const content::MainFunctionParams& parameters) OVERRIDE;
|
|
|