From e798e192afce58d16bb369567e9ade74f396649b Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Thu, 17 Sep 2009 20:43:06 +0000 Subject: Use delegate protocols present in the 10.6 SDK. For previous SDKs, provide empty protocol definitions for compatibility. BUG=20925 TEST=build Review URL: http://codereview.chromium.org/209004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26477 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cocoa/bookmark_bubble_controller.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/browser/cocoa/bookmark_bubble_controller.h') diff --git a/chrome/browser/cocoa/bookmark_bubble_controller.h b/chrome/browser/cocoa/bookmark_bubble_controller.h index 0760fa0..df387a9 100644 --- a/chrome/browser/cocoa/bookmark_bubble_controller.h +++ b/chrome/browser/cocoa/bookmark_bubble_controller.h @@ -3,6 +3,7 @@ // found in the LICENSE file. #import +#import "base/cocoa_protocols_mac.h" #include "base/scoped_nsobject.h" class BookmarkModel; @@ -32,7 +33,7 @@ class BookmarkNode; // programatically, but encode the view in a nib. Thus, // BookmarkBubbleController is an NSViewController, not an // NSWindowController. -@interface BookmarkBubbleController : NSViewController { +@interface BookmarkBubbleController : NSViewController { @private // Unexpected for this controller, perhaps, but our window does NOT // come from a nib. -- cgit v1.1