| Index: chrome/browser/download/download_prefs.h
|
| diff --git a/chrome/browser/download/download_prefs.h b/chrome/browser/download/download_prefs.h
|
| index e8dfefbdb27a23f21ebb5c4e379dbfdefe4ea5fd..be6bf507cdd5f2946c0e14c771f406643534749c 100644
|
| --- a/chrome/browser/download/download_prefs.h
|
| +++ b/chrome/browser/download/download_prefs.h
|
| @@ -10,7 +10,8 @@
|
| #include "base/file_path.h"
|
| #include "base/prefs/public/pref_member.h"
|
|
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
| +class PrefService;
|
| class Profile;
|
|
|
| namespace content {
|
| @@ -24,7 +25,8 @@ class DownloadPrefs {
|
| explicit DownloadPrefs(Profile* profile);
|
| ~DownloadPrefs();
|
|
|
| - static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
| + static void RegisterUserPrefs(PrefService* user_prefs,
|
| + PrefRegistrySyncable* registry);
|
|
|
| // Returns the DownloadPrefs corresponding to the given DownloadManager
|
| // or BrowserContext.
|
|
|