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 1a6b96c57a2431ea1cdba2c827958ce0cc53fa21..b05a7136edb8dd5e8562303760ee6a14b143dfb3 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_main_container.h |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_main_container.h |
@@ -9,6 +9,7 @@ |
#include "base/memory/scoped_nsobject.h" |
#include "chrome/browser/ui/autofill/autofill_dialog_types.h" |
+#import "chrome/browser/ui/cocoa/autofill/autofill_layout.h" |
@class AutofillDetailsContainer; |
@class AutofillDialogWindowController; |
@@ -22,7 +23,7 @@ namespace autofill { |
// NSViewController for the main portion of the autofill dialog. Contains |
// account chooser, details for current payment instruments, OK/Cancel. |
// Might dynamically add and remove other elements. |
-@interface AutofillMainContainer : NSViewController { |
+@interface AutofillMainContainer : NSViewController<AutofillLayout> { |
@private |
scoped_nsobject<GTMWidthBasedTweaker> buttonContainer_; |
scoped_nsobject<AutofillDetailsContainer> detailsContainer_; |