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

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 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(

Powered by Google App Engine
This is Rietveld 408576698