Index: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
index 9b12b4010755717e668ca5c7247aad276f05e364..e3a9a6869dcc063e1c2d546e2e7e2201aeb38c41 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc |
@@ -122,7 +122,8 @@ class TestAutofillDialogController : public AutofillDialogControllerImpl { |
const GURL& source_url, |
const AutofillMetrics& metric_logger, |
const DialogType dialog_type, |
- const base::Callback<void(const FormStructure*)>& callback) |
+ const base::Callback<void(const FormStructure*, |
+ const std::string&)>& callback) |
: AutofillDialogControllerImpl(contents, |
form_structure, |
source_url, |
@@ -203,7 +204,7 @@ class AutofillDialogControllerTest : public testing::Test { |
test_web_contents_.reset( |
content::WebContentsTester::CreateTestWebContents(profile(), NULL)); |
- base::Callback<void(const FormStructure*)> callback; |
+ base::Callback<void(const FormStructure*, const std::string&)> callback; |
controller_ = new TestAutofillDialogController( |
test_web_contents_.get(), |
form_data, |