| 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 fb4ef4b757e37e9a4edeca7cfc775eb5dce63f66..6bfa791b7526608dc8519b81ffb565bc76c475f5 100644 | 
| --- a/chrome/browser/ui/search_engines/keyword_editor_controller.cc | 
| +++ b/chrome/browser/ui/search_engines/keyword_editor_controller.cc | 
| @@ -76,7 +76,7 @@ void KeywordEditorController::RemoveTemplateURL(int index) { | 
| base::RecordAction(UserMetricsAction("KeywordEditor_RemoveKeyword")); | 
| } | 
|  | 
| -TemplateURL* KeywordEditorController::GetDefaultSearchProvider() { | 
| +const TemplateURL* KeywordEditorController::GetDefaultSearchProvider() { | 
| return url_model_->GetDefaultSearchProvider(); | 
| } | 
|  | 
|  |