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..cb8cf0b0368da60e7b9d71f390b2fd041f914c40 100644 |
--- a/chrome/browser/bookmarks/bookmark_utils.h |
+++ b/chrome/browser/bookmarks/bookmark_utils.h |
@@ -11,6 +11,7 @@ |
#include "base/strings/string16.h" |
#include "chrome/browser/bookmarks/bookmark_node_data.h" |
+class BookmarkClient; |
class BookmarkModel; |
class BookmarkNode; |
class Profile; |
@@ -101,6 +102,7 @@ void DeleteBookmarkFolders(BookmarkModel* model, const std::vector<int64>& ids); |
// If there are no bookmarks for url, a bookmark is created. |
void AddIfNotBookmarked(BookmarkModel* model, |
+ BookmarkClient* client, |
const GURL& url, |
const base::string16& title); |