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

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

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/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_

Powered by Google App Engine
This is Rietveld 408576698