| 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 608a277f370427f262c415744319d506239c3174..c0caa1600f6180e9f8a42cd790f08addb7f989de 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.
|
|
|