| Index: chrome/browser/bookmarks/bookmark_expanded_state_tracker.h
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_expanded_state_tracker.h (revision 141067)
|
| +++ chrome/browser/bookmarks/bookmark_expanded_state_tracker.h (working copy)
|
| @@ -20,7 +20,9 @@
|
| public:
|
| typedef std::set<const BookmarkNode*> Nodes;
|
|
|
| - BookmarkExpandedStateTracker(Profile* profile, const char* path);
|
| + BookmarkExpandedStateTracker(Profile* profile,
|
| + const char* path,
|
| + BookmarkModel* bookmark_model);
|
| virtual ~BookmarkExpandedStateTracker();
|
|
|
| // The set of expanded nodes.
|
|
|