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 54262526f2e937a6eb9a4f29460b5d5c496090a8..da7c5169a0f09b3d1ca09bff53e07c62fefc88f4 100644 |
--- a/components/search_engines/template_url_service.h |
+++ b/components/search_engines/template_url_service.h |
@@ -311,8 +311,9 @@ class TemplateURLService : public WebDataServiceConsumer, |
// Notification that the keywords have been loaded. |
// This is invoked from WebDataService, and should not be directly |
// invoked. |
- void OnWebDataServiceRequestDone(KeywordWebDataService::Handle h, |
- const WDTypedResult* result) override; |
+ void OnWebDataServiceRequestDone( |
+ KeywordWebDataService::Handle h, |
+ std::unique_ptr<WDTypedResult> result) override; |
// Returns the locale-direction-adjusted short name for the given keyword. |
// Also sets the out param to indicate whether the keyword belongs to an |