Chromium Code Reviews| Index: chrome/browser/autofill/autofill_manager_unittest.cc |
| diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc |
| index b850a4133817a8feb68d702d19ba0da0633a3577..7c7edeb5df2bc42ba59a6e18d04961ddf2c75fc9 100644 |
| --- a/chrome/browser/autofill/autofill_manager_unittest.cc |
| +++ b/chrome/browser/autofill/autofill_manager_unittest.cc |
| @@ -516,7 +516,7 @@ class AutofillManagerTest : public TabContentsWrapperTestHarness { |
| } |
| void FormSubmitted(const FormData& form) { |
| - autofill_manager_->OnFormSubmitted(form); |
| + autofill_manager_->OnFormSubmitted(form, 0); |
|
jar (doing other things)
2011/08/31 17:02:21
Here again, I suspect rather than 0, you should su
Ilya Sherman
2011/08/31 21:56:23
This is actually just a filler value to make the c
|
| } |
| void FillAutofillFormData(int query_id, |