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