| Index: chrome/browser/ui/search_engines/keyword_editor_controller.cc
|
| diff --git a/chrome/browser/ui/search_engines/keyword_editor_controller.cc b/chrome/browser/ui/search_engines/keyword_editor_controller.cc
|
| index 6118b76f91991931d3a6440b6847c3aa16425792..592c1255594362e1cbd9abf58f158d1fc4b459eb 100644
|
| --- a/chrome/browser/ui/search_engines/keyword_editor_controller.cc
|
| +++ b/chrome/browser/ui/search_engines/keyword_editor_controller.cc
|
| @@ -28,7 +28,7 @@ KeywordEditorController::~KeywordEditorController() {
|
| // static
|
| // TODO(rsesek): Other platforms besides Mac should remember window
|
| // placement. http://crbug.com/22269
|
| -void KeywordEditorController::RegisterPrefs(PrefService* prefs) {
|
| +void KeywordEditorController::RegisterPrefs(PrefServiceSimple* prefs) {
|
| prefs->RegisterDictionaryPref(prefs::kKeywordEditorWindowPlacement);
|
| }
|
|
|
|
|