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 e39662c470efa73d404376e0011e391cb28594ba..c84a1c57d6aa4161e728ed4bae179b0d5157443c 100644 |
--- a/chrome/browser/ui/search_engines/keyword_editor_controller.h |
+++ b/chrome/browser/ui/search_engines/keyword_editor_controller.h |
@@ -48,7 +48,7 @@ class KeywordEditorController { |
void RemoveTemplateURL(int index); |
// Returns the default search provider. |
- TemplateURL* GetDefaultSearchProvider(); |
+ const TemplateURL* GetDefaultSearchProvider(); |
// Make the TemplateURL at the specified index (into the TableModel) the |
// default search provider. Return the new index, or -1 if nothing was done. |