| Index: chrome/browser/bookmarks/bookmark_model.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h
|
| index cc905329a17adca36357efe4ea3717ee6ebabec0..e1cb308fa612b816680f4bfde1d80b9f1116dea3 100644
|
| --- a/chrome/browser/bookmarks/bookmark_model.h
|
| +++ b/chrome/browser/bookmarks/bookmark_model.h
|
| @@ -374,7 +374,7 @@ class BookmarkModel : public content::NotificationObserver,
|
| // is not meant to move nodes between different parent. Notifies observers
|
| // using the BookmarkNodeChildrenReordered method.
|
| void ReorderChildren(const BookmarkNode* parent,
|
| - const std::vector<BookmarkNode*>& ordered_nodes);
|
| + const std::vector<const BookmarkNode*>& ordered_nodes);
|
|
|
| // Sets the date when the folder was modified.
|
| void SetDateFolderModified(const BookmarkNode* node, const base::Time time);
|
|
|