| Index: chrome/browser/ui/cocoa/autofill/autofill_notification_container.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h b/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h
|
| index 7271f16d300b9591346f4e234f5fb799c0753448..6c6c337467b0db5aa5e0935622d8e07aebdc3650 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h
|
| @@ -18,7 +18,7 @@
|
| namespace autofill {
|
| class DialogNotification;
|
| typedef std::vector<DialogNotification> DialogNotifications;
|
| - class AutofillDialogController;
|
| + class AutofillDialogViewDelegate;
|
| }
|
|
|
| // Container for all notifications shown in requestAutocomplete dialog.
|
| @@ -34,11 +34,11 @@ namespace autofill {
|
| scoped_ptr<autofill::DialogNotification> checkboxNotification_;
|
|
|
| // Main controller for the dialog. Weak, owns dialog.
|
| - autofill::AutofillDialogController* controller_;
|
| + autofill::AutofillDialogViewDelegate* controller_;
|
| }
|
|
|
| // Designated initializer.
|
| -- (id)initWithController:(autofill::AutofillDialogController*)controller;
|
| +- (id)initWithController:(autofill::AutofillDialogViewDelegate*)controller;
|
|
|
| // Computes the views preferred size given a fixed width.
|
| - (NSSize)preferredSizeForWidth:(CGFloat)width;
|
| @@ -54,4 +54,4 @@ namespace autofill {
|
|
|
| @end
|
|
|
| -#endif // CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_NOTIFICATION_CONTAINER_H_
|
| +#endif // CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_NOTIFICATION_CONTAINER_H_
|
|
|