| 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 0996c6e83020ec959b33b12e645b4e1606f754bd..f41053b6e2f17364292bbde70319d1c4a0aeab62 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -36,7 +36,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| ChromeContentBrowserClient();
|
| virtual ~ChromeContentBrowserClient();
|
|
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Notification that the application locale has changed. This allows us to
|
| // update our I/O thread cache of this value.
|
|
|