| Index: chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| index ebeeec3e650a5222fb67be56c40633c8afd330ae..1d229406e5471130582b5a7afe3a9c23f048108c 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| @@ -21,7 +21,7 @@ namespace autofill {
|
|
|
| namespace {
|
|
|
| -void MockCallback(const FormStructure*) {}
|
| +void MockCallback(const FormStructure*, const std::string&) {}
|
|
|
| class MockAutofillMetrics : public AutofillMetrics {
|
| public:
|
|
|