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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h

Issue 21692002: Rename AutofillDialogController to AutofillDialogViewDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 4 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/cocoa/autofill/autofill_suggestion_container.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h b/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
index 894c2dfbacb245a1d28f56e782afbff2b46b274e..9133c91d8eb7fd9dcf87dfeaebc5d0fdecafe932 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h
@@ -11,7 +11,7 @@
#import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
namespace autofill {
- class AutofillDialogController;
+ class AutofillDialogViewDelegate;
}
@class AutofillTextField;
@@ -31,7 +31,7 @@ namespace autofill {
// The input set by ShowTextfield.
base::scoped_nsobject<AutofillTextField> inputField_;
- autofill::AutofillDialogController* controller_; // Not owned.
+ autofill::AutofillDialogViewDelegate* delegate_; // Not owned.
}
// Auxiliary textfield. See showTextfield: for details.

Powered by Google App Engine
This is Rietveld 408576698