Chromium Code Reviews| Index: chrome/browser/bookmarks/bookmark_utils.h |
| diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h |
| index c8566e728e5b3155f99700dcc9968cdbcb2c829d..c56e7581558b5e322f24b64ee450aaa7ec035829 100644 |
| --- a/chrome/browser/bookmarks/bookmark_utils.h |
| +++ b/chrome/browser/bookmarks/bookmark_utils.h |
| @@ -107,6 +107,9 @@ void AddIfNotBookmarked(BookmarkModel* model, |
| // Removes all bookmarks for the given |url|. |
| void RemoveAllBookmarks(BookmarkModel* model, const GURL& url); |
| +// Returns the node with |id|, or NULL if there is no node with |id|. |
| +const BookmarkNode* GetNodeByID(BookmarkModel* model, int64 id); |
|
sky
2014/04/18 14:07:44
Using a namespace here is wrong. I don't want to p
tfarina
2014/04/18 22:55:46
Done.
|
| + |
| } // namespace bookmark_utils |
| #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_UTILS_H_ |