| Index: chrome/browser/ui/search_engines/keyword_editor_controller.h | 
| diff --git a/chrome/browser/ui/search_engines/keyword_editor_controller.h b/chrome/browser/ui/search_engines/keyword_editor_controller.h | 
| index 73216328f46cb6a872c0c550b272146333ebd454..912b3062adb974dcb08cec2dad24a64fa6d02fbf 100644 | 
| --- a/chrome/browser/ui/search_engines/keyword_editor_controller.h | 
| +++ b/chrome/browser/ui/search_engines/keyword_editor_controller.h | 
| @@ -11,7 +11,7 @@ | 
| #include "base/memory/scoped_ptr.h" | 
| #include "base/string16.h" | 
|  | 
| -class PrefService; | 
| +class PrefServiceSimple; | 
| class Profile; | 
| class TemplateURL; | 
| class TemplateURLService; | 
| @@ -22,7 +22,7 @@ class KeywordEditorController { | 
| explicit KeywordEditorController(Profile* profile); | 
| ~KeywordEditorController(); | 
|  | 
| -  static void RegisterPrefs(PrefService* prefs); | 
| +  static void RegisterPrefs(PrefServiceSimple* prefs); | 
|  | 
| // Invoked when the user succesfully fills out the add keyword dialog. | 
| // Propagates the change to the TemplateURLService and updates the table | 
|  |