| 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 50c0af7d8eba5d276904ae2c31593c176b9e0728..7d4bc9201734b993f2e83169f38b03e1e0d087a0 100644
|
| --- a/chrome/browser/extensions/api/commands/command_service.h
|
| +++ b/chrome/browser/extensions/api/commands/command_service.h
|
| @@ -16,15 +16,18 @@
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/notification_source.h"
|
|
|
| -class PrefRegistrySyncable;
|
| class Profile;
|
|
|
| namespace base {
|
| - class DictionaryValue;
|
| +class DictionaryValue;
|
| }
|
|
|
| namespace ui {
|
| - class Accelerator;
|
| +class Accelerator;
|
| +}
|
| +
|
| +namespace user_prefs {
|
| +class PrefRegistrySyncable;
|
| }
|
|
|
| namespace extensions {
|
| @@ -43,7 +46,7 @@ class CommandService : public ProfileKeyedAPI,
|
| };
|
|
|
| // Register prefs for keybinding.
|
| - static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
| + static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Constructs a CommandService object for the given profile.
|
| explicit CommandService(Profile* profile);
|
|
|