| 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 7698f8fd7f4f6dfb4b1a75f3efe2f29c8aa5f220..058b0a0d50bc6ae0df017d0588175712514ce0d3 100644 | 
| --- a/components/search_engines/template_url_service.h | 
| +++ b/components/search_engines/template_url_service.h | 
| @@ -258,9 +258,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 | 
|  |