Index: chrome/browser/autofill/autofill_dialog_controller_mac.h |
diff --git a/chrome/browser/autofill/autofill_dialog_controller_mac.h b/chrome/browser/autofill/autofill_dialog_controller_mac.h |
index ba4c4d44d8240308738cad0d94d9bec1ad451ed8..d7b50c3d9cf527be7bf3ff0c465a7acb97a10e8d 100644 |
--- a/chrome/browser/autofill/autofill_dialog_controller_mac.h |
+++ b/chrome/browser/autofill/autofill_dialog_controller_mac.h |
@@ -7,6 +7,8 @@ |
#import <Cocoa/Cocoa.h> |
#include <vector> |
+ |
+#import "base/cocoa_protocols_mac.h" |
#include "base/scoped_nsobject.h" |
#include "base/scoped_ptr.h" |
#include "chrome/browser/autofill/autofill_dialog.h" |
@@ -26,7 +28,7 @@ class Profile; |
// A window controller for managing the autofill options dialog. |
// Application modally presents a dialog allowing the user to store |
// personal address and credit card information. |
-@interface AutoFillDialogController : NSWindowController { |
+@interface AutoFillDialogController : NSWindowController <NSTableViewDelegate> { |
@private |
// Outlet to the main NSTableView object listing both addresses and credit |
// cards with section headers for both. |