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

Unified Diff: components/autofill/core/browser/autofill_assistant.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/autofill_assistant.h
diff --git a/components/autofill/core/browser/autofill_assistant.h b/components/autofill/core/browser/autofill_assistant.h
index d546601d60d92f18cad25fb5241278eddd87df0c..fb3d4ae2e74409ba51fa4d4f085aea84207e7610 100644
--- a/components/autofill/core/browser/autofill_assistant.h
+++ b/components/autofill/core/browser/autofill_assistant.h
@@ -32,7 +32,7 @@ class AutofillAssistant : public payments::FullCardRequest::Delegate {
// Returns whether a credit card assist can be shown. Will go through the
// forms in |form_structures| and extract the credit card form.
bool CanShowCreditCardAssist(
- const std::vector<FormStructure*>& form_structures);
+ const std::vector<std::unique_ptr<FormStructure>>& form_structures);
// Will show an assist infobar for the previously extracted form proposing to
// autofill it. Should only be called if CanShowCreditCardAssist() returned
« no previous file with comments | « components/autofill/core/browser/autofill-inl.h ('k') | components/autofill/core/browser/autofill_assistant.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698