Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm |
index 546dd98d25901a4d6aab8721114dae309fd65d39..cec7285e1113675edfebb16ab46be5178a1ea4b7 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm |
@@ -22,9 +22,10 @@ namespace autofill { |
namespace { |
-void MockCallback(AutofillManagerDelegate::RequestAutocompleteResult result, |
+void MockCallback(AutofillClient::RequestAutocompleteResult result, |
const base::string16&, |
- const FormStructure*) {} |
+ const FormStructure*) { |
+} |
class TestAutofillDialogController : public AutofillDialogControllerImpl { |
public: |