1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.h"
7 #include "components/bookmarks/browser/bookmark_model.h"
9 @implementation BookmarkTreeBrowserCell
11 @synthesize matrix = matrix_;
12 @synthesize target = target_;
13 @synthesize action = action_;
15 - (const BookmarkNode*)bookmarkNode {
19 - (void)setBookmarkNode:(const BookmarkNode*)bookmarkNode {
20 bookmarkNode_ = bookmarkNode;