diff options
Diffstat (limited to 'chrome/browser/background/background_mode_manager.h')
-rw-r--r-- | chrome/browser/background/background_mode_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/background/background_mode_manager.h b/chrome/browser/background/background_mode_manager.h index 5a3db331..a5dd053 100644 --- a/chrome/browser/background/background_mode_manager.h +++ b/chrome/browser/background/background_mode_manager.h @@ -19,7 +19,7 @@ class Browser; class CommandLine; -class PrefService; +class PrefServiceSimple; class Profile; class ProfileInfoCache; class StatusIcon; @@ -53,7 +53,7 @@ class BackgroundModeManager ProfileInfoCache* profile_cache); virtual ~BackgroundModeManager(); - static void RegisterPrefs(PrefService* prefs); + static void RegisterPrefs(PrefServiceSimple* prefs); virtual void RegisterProfile(Profile* profile); |