Index: components/search_engines/template_url_service.h |
diff --git a/components/search_engines/template_url_service.h b/components/search_engines/template_url_service.h |
index 4187327f06a21b14b590b8a7e0b5a6d5b9c30147..0c8d499bdb489c513b4712f6404c30bc19df37e9 100644 |
--- a/components/search_engines/template_url_service.h |
+++ b/components/search_engines/template_url_service.h |
@@ -259,9 +259,6 @@ class TemplateURLService : public WebDataServiceConsumer, |
// loaded, the default search provider is pulled from preferences. |
// |
// NOTE: At least in unittest mode, this may return NULL. |
- // TODO(blundell): See if all callers can be converted to take in const |
- // pointers and eliminate this version of the method. |
- TemplateURL* GetDefaultSearchProvider(); |
const TemplateURL* GetDefaultSearchProvider() const; |
// Returns true if the |url| is a search results page from the default search |