Index: chrome/browser/extensions/api/commands/command_service.h |
diff --git a/chrome/browser/extensions/api/commands/command_service.h b/chrome/browser/extensions/api/commands/command_service.h |
index 294c3c5e5aa45a6f12ce0eb206504f0bbcdfc895..50c0af7d8eba5d276904ae2c31593c176b9e0728 100644 |
--- a/chrome/browser/extensions/api/commands/command_service.h |
+++ b/chrome/browser/extensions/api/commands/command_service.h |
@@ -16,7 +16,7 @@ |
#include "content/public/browser/notification_registrar.h" |
#include "content/public/browser/notification_source.h" |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
class Profile; |
namespace base { |
@@ -43,7 +43,7 @@ class CommandService : public ProfileKeyedAPI, |
}; |
// Register prefs for keybinding. |
- static void RegisterUserPrefs(PrefServiceSyncable* user_prefs); |
+ static void RegisterUserPrefs(PrefRegistrySyncable* registry); |
// Constructs a CommandService object for the given profile. |
explicit CommandService(Profile* profile); |