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

Unified Diff: chrome/browser/autofill/autofill_browsertest.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_browsertest.cc
diff --git a/chrome/browser/autofill/autofill_browsertest.cc b/chrome/browser/autofill/autofill_browsertest.cc
index b9151236af657590dc72698f2b15648f12f847a6..1f2315f87d829642ae30398000866fbdc0c53284 100644
--- a/chrome/browser/autofill/autofill_browsertest.cc
+++ b/chrome/browser/autofill/autofill_browsertest.cc
@@ -126,7 +126,7 @@ class AutofillTest : public InProcessBrowserTest {
browser()->tab_strip_model()->GetActiveWebContents();
AutofillManager* autofill_manager = ContentAutofillDriver::FromWebContents(
web_contents)->autofill_manager();
- autofill_manager->delegate()->HideAutofillPopup();
+ autofill_manager->client()->HideAutofillPopup();
}
PersonalDataManager* personal_data_manager() {
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698