| 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 6d63102cd8869e9c5ff007f0685b9b2ab35e921e..c2a4a574a72e807bb84431a751711b52ab29db63 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| @@ -645,6 +645,7 @@ class AutofillDialogControllerTest : public ChromeRenderViewHostTestHarness {
|
| private:
|
| void FinishedCallback(
|
| AutofillManagerDelegate::RequestAutocompleteResult result,
|
| + const base::string16& debug_message,
|
| const FormStructure* form_structure) {
|
| form_structure_ = form_structure;
|
| }
|
|
|