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

Unified Diff: components/autofill/core/browser/autocomplete_history_manager.h

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/autofill/core/browser/autocomplete_history_manager.h
diff --git a/components/autofill/core/browser/autocomplete_history_manager.h b/components/autofill/core/browser/autocomplete_history_manager.h
index 7acafda7a914b2f8fc8edade42f6fd5e87bb3bde..256db8af4fb972242a96ea04ea130f7e7083fcb5 100644
--- a/components/autofill/core/browser/autocomplete_history_manager.h
+++ b/components/autofill/core/browser/autocomplete_history_manager.h
@@ -57,8 +57,9 @@ class AutocompleteHistoryManager : public WebDataServiceConsumer {
private:
// WebDataServiceConsumer implementation.
- void OnWebDataServiceRequestDone(WebDataServiceBase::Handle h,
- const WDTypedResult* result) override;
+ void OnWebDataServiceRequestDone(
+ WebDataServiceBase::Handle h,
+ std::unique_ptr<WDTypedResult> result) override;
// Provides driver-level context. Must outlive this object.
AutofillDriver* driver_;

Powered by Google App Engine
This is Rietveld 408576698