Index: chrome/browser/download/download_prefs.h |
diff --git a/chrome/browser/download/download_prefs.h b/chrome/browser/download/download_prefs.h |
index 516bcfd9166af0629dab3b9c34e04d398ea242bb..03b37420ea5f70537f51c2989356493677fd2724 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. |