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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_view.cc

Issue 21692002: Rename AutofillDialogController to AutofillDialogViewDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 5 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/ui/autofill/autofill_dialog_view.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.cc b/chrome/browser/ui/autofill/autofill_dialog_view.cc
index 7d78fc8676c1f7120875d57fc45403995976a04e..818945f3f70f1fb015acb9a3d485df254b35c3b5 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_view.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.cc
@@ -15,7 +15,7 @@ AutofillDialogView::~AutofillDialogView() {}
#if defined(TOOLKIT_GTK)
// TODO(estade): implement the dialog on GTK. See http://crbug.com/157275.
AutofillDialogView* AutofillDialogView::Create(
- AutofillDialogController* controller) {
+ AutofillDialogViewDelegate* controller) {
return NULL;
}
#endif

Powered by Google App Engine
This is Rietveld 408576698