Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: components/search_engines/template_url_service.cc

Issue 2403773002: Remove stl_util's STLDeleteContainerPointers from autofill. (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c7d94214638d59cf9e716396ed8bb491b5510b1a..ee12247b7e05e9ee6eb700c5464e914503b57d10 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(
« no previous file with comments | « components/search_engines/template_url_service.h ('k') | components/webdata/common/web_data_request_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698