| Index: components/search_engines/template_url_service.cc
|
| diff --git a/components/search_engines/template_url_service.cc b/components/search_engines/template_url_service.cc
|
| index d6c5cb961be4cf81e03469fd083436ccfed0ca6d..2cecbbcff13ac1d8b41ebed04f454fd60c7cd544 100644
|
| --- a/components/search_engines/template_url_service.cc
|
| +++ b/components/search_engines/template_url_service.cc
|
| @@ -747,7 +747,7 @@ TemplateURLService::RegisterOnLoadedCallback(const base::Closure& callback) {
|
|
|
| void TemplateURLService::OnWebDataServiceRequestDone(
|
| KeywordWebDataService::Handle h,
|
| - const WDTypedResult* result) {
|
| + std::unique_ptr<WDTypedResult> result) {
|
| // TODO(robliao): Remove ScopedTracker below once https://crbug.com/422460 is
|
| // fixed.
|
| tracked_objects::ScopedTracker tracking_profile(
|
|
|