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

Unified Diff: components/autofill/content/browser/content_autofill_driver_unittest.cc

Issue 2745803003: autofill-try
Patch Set: autofill-try Created 3 years, 7 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/content/browser/content_autofill_driver_unittest.cc
diff --git a/components/autofill/content/browser/content_autofill_driver_unittest.cc b/components/autofill/content/browser/content_autofill_driver_unittest.cc
index c18bcbe9b7eaf3cf2c554bf2d0711a61831bda5c..1be864434973dd8c99616f34adbc17c6ba179544 100644
--- a/components/autofill/content/browser/content_autofill_driver_unittest.cc
+++ b/components/autofill/content/browser/content_autofill_driver_unittest.cc
@@ -245,7 +245,11 @@ class TestContentAutofillDriver : public ContentAutofillDriver {
public:
TestContentAutofillDriver(content::RenderFrameHost* rfh,
AutofillClient* client)
- : ContentAutofillDriver(rfh, client, kAppLocale, kDownloadState) {
+ : ContentAutofillDriver(rfh,
+ client,
+ kAppLocale,
+ kDownloadState,
+ nullptr) {
std::unique_ptr<AutofillManager> autofill_manager(
new MockAutofillManager(this, client));
SetAutofillManager(std::move(autofill_manager));
« no previous file with comments | « components/autofill/content/browser/content_autofill_driver_factory.cc ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698