Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: chrome/browser/autofill/autofill_interactive_uitest.cc

Issue 306053008: Rename AutofillManagerDelegate to AutofillClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698