Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h |
index 3ed8f7bb6ababf59e8057775089f9b477b1574af..e1d7bb4b23b912bdd62f4fe2d35b06c8753b0b36 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h |
@@ -44,7 +44,7 @@ class BookmarkNode; |
IBOutlet InfoBubbleView* bubble_; // to set arrow position |
} |
-@property (readonly, nonatomic) const BookmarkNode* node; |
+@property(readonly, nonatomic) const BookmarkNode* node; |
// |node| is the bookmark node we edit in this bubble. |
// |alreadyBookmarked| tells us if the node was bookmarked before the |