diff options
Diffstat (limited to 'chrome/browser/cocoa/bookmark_editor_controller.h')
-rw-r--r-- | chrome/browser/cocoa/bookmark_editor_controller.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/bookmark_editor_controller.h b/chrome/browser/cocoa/bookmark_editor_controller.h index 4c03c98..1dd9067 100644 --- a/chrome/browser/cocoa/bookmark_editor_controller.h +++ b/chrome/browser/cocoa/bookmark_editor_controller.h @@ -16,7 +16,8 @@ // A controller for the bookmark editor, opened with Edit... from the // context menu of a bookmark button. -@interface BookmarkEditorController : NSWindowController<NSTextFieldDelegate> { +@interface BookmarkEditorController : NSWindowController<NSMatrixDelegate, + NSTextFieldDelegate> { @private IBOutlet NSTextField* nameField_; IBOutlet NSTextField* urlField_; |