Index: chrome/browser/ui/cocoa/autofill/autofill_details_container.h |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_details_container.h b/chrome/browser/ui/cocoa/autofill/autofill_details_container.h |
index 0ef8181dad4f04c566e5bc8fa3854cd346e79284..79c58041e81f8c68df2658fa6305f552fe93c4e6 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_details_container.h |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_details_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" |
namespace autofill { |
class AutofillDialogController; |
@@ -17,7 +18,7 @@ class AutofillDialogController; |
@class AutofillSectionContainer; |
// UI controller for details for current payment instrument. |
-@interface AutofillDetailsContainer : NSViewController { |
+@interface AutofillDetailsContainer : NSViewController<AutofillLayout> { |
@private |
scoped_nsobject<NSMutableArray> details_; // The individual detail sections. |
autofill::AutofillDialogController* controller_; // Not owned. |