| Index: chrome/browser/download/download_prefs.h
|
| diff --git a/chrome/browser/download/download_prefs.h b/chrome/browser/download/download_prefs.h
|
| index ca70b6c9a8c769d2e46763349ab354d68a55fb0c..d186f8d109b77bdd5a24f7fa30c4aab784d61fd4 100644
|
| --- a/chrome/browser/download/download_prefs.h
|
| +++ b/chrome/browser/download/download_prefs.h
|
| @@ -28,7 +28,7 @@ class DownloadPrefs {
|
| explicit DownloadPrefs(Profile* profile);
|
| ~DownloadPrefs();
|
|
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Returns the DownloadPrefs corresponding to the given DownloadManager
|
| // or BrowserContext.
|
|
|