Index: chrome/browser/autofill/autofill_interactive_uitest.cc |
diff --git a/chrome/browser/autofill/autofill_interactive_uitest.cc b/chrome/browser/autofill/autofill_interactive_uitest.cc |
index 1e0092b24fd1496d9fd91cd4f1c33f62a5d446a4..961c8a3dc85ab493d066f5e964790ba7850c365f 100644 |
--- a/chrome/browser/autofill/autofill_interactive_uitest.cc |
+++ b/chrome/browser/autofill/autofill_interactive_uitest.cc |
@@ -220,7 +220,7 @@ class AutofillInteractiveTest : public InProcessBrowserTest { |
content::WebContents* web_contents = GetWebContents(); |
AutofillManager* autofill_manager = ContentAutofillDriver::FromWebContents( |
web_contents)->autofill_manager(); |
- autofill_manager->delegate()->HideAutofillPopup(); |
+ autofill_manager->client()->HideAutofillPopup(); |
} |
PersonalDataManager* GetPersonalDataManager() { |