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 afad2757fb06fbf3f9c56e1b7ae71621b9a41c88..8829d8ed341458e627769c5599e6e0411d5e0cad 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, |