| Index: chrome/browser/ui/cocoa/autofill/autofill_main_container.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_main_container.h b/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
|
| index 9b5e12356f6319a3ef3196480469b52e829eb6c9..7d4767147224bdd18c00b9cd78f8a765980490b2 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
|
| @@ -19,7 +19,7 @@
|
| @class HyperlinkTextView;
|
|
|
| namespace autofill {
|
| - class AutofillDialogController;
|
| + class AutofillDialogViewDelegate;
|
| }
|
|
|
| // NSViewController for the main portion of the autofill dialog. Contains
|
| @@ -36,7 +36,7 @@ namespace autofill {
|
| AutofillDialogWindowController* target_;
|
|
|
| // Weak. Owns the dialog.
|
| - autofill::AutofillDialogController* controller_;
|
| + autofill::AutofillDialogViewDelegate* controller_;
|
|
|
| // Preferred size for legal documents.
|
| NSSize legalDocumentsSize_;
|
| @@ -48,7 +48,7 @@ namespace autofill {
|
| @property(assign, nonatomic) AutofillDialogWindowController* target;
|
|
|
| // Designated initializer.
|
| -- (id)initWithController:(autofill::AutofillDialogController*)controller;
|
| +- (id)initWithController:(autofill::AutofillDialogViewDelegate*)controller;
|
|
|
| // Sets the anchor point for the notificationView_.
|
| - (void)setAnchorView:(NSView*)anchorView;
|
|
|