| 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 912b3062adb974dcb08cec2dad24a64fa6d02fbf..63240c155a9a1f2e8f5322b5e7feae87a6565cb2 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 PrefServiceSimple;
 | 
| +class PrefRegistrySimple;
 | 
|  class Profile;
 | 
|  class TemplateURL;
 | 
|  class TemplateURLService;
 | 
| @@ -22,7 +22,7 @@ class KeywordEditorController {
 | 
|    explicit KeywordEditorController(Profile* profile);
 | 
|    ~KeywordEditorController();
 | 
|  
 | 
| -  static void RegisterPrefs(PrefServiceSimple* prefs);
 | 
| +  static void RegisterPrefs(PrefRegistrySimple* registry);
 | 
|  
 | 
|    // Invoked when the user succesfully fills out the add keyword dialog.
 | 
|    // Propagates the change to the TemplateURLService and updates the table
 | 
| 
 |