| Index: components/bookmarks/browser/bookmark_utils.h
|
| diff --git a/components/bookmarks/browser/bookmark_utils.h b/components/bookmarks/browser/bookmark_utils.h
|
| index 32dfbe83b9e9285c8a636f7cb6fc1837ddf03742..9fcbfb57192394e11202c0143c471c0819365662 100644
|
| --- a/components/bookmarks/browser/bookmark_utils.h
|
| +++ b/components/bookmarks/browser/bookmark_utils.h
|
| @@ -140,7 +140,7 @@ base::string16 CleanUpTitleForMatching(const base::string16& title);
|
|
|
| // Returns true if all the |nodes| can be edited by the user,
|
| // as determined by BookmarkClient::CanBeEditedByUser().
|
| -bool CanAllBeEditedByUser(bookmarks::BookmarkClient* client,
|
| +bool CanAllBeEditedByUser(BookmarkClient* client,
|
| const std::vector<const BookmarkNode*>& nodes);
|
|
|
| // Returns true if |url| has a bookmark in the |model| that can be edited
|
|
|