| Index: components/autofill/core/browser/autofill_manager_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_manager_unittest.cc b/components/autofill/core/browser/autofill_manager_unittest.cc
|
| index 275920fde0af37d893d59e0c8b4635305f4e973d..34de18d29ba3b6e8551cc53756fdecba5f7d3721 100644
|
| --- a/components/autofill/core/browser/autofill_manager_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_manager_unittest.cc
|
| @@ -2975,7 +2975,6 @@ class MockAutofillManagerDelegate : public TestAutofillManagerDelegate {
|
| virtual void ShowRequestAutocompleteDialog(
|
| const FormData& form,
|
| const GURL& source_url,
|
| - DialogType dialog_type,
|
| const base::Callback<void(const FormStructure*,
|
| const std::string&)>& callback) OVERRIDE {
|
| callback.Run(user_supplied_data_.get(), "google_transaction_id");
|
|
|