| Index: chrome/browser/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
|
| index 357b7df937a69593e230d4b7869bdd06b29e5357..cc95b5968b7dffa38143808ae8e963df1c8c9a5d 100644
|
| --- a/chrome/browser/bookmarks/bookmark_utils.h
|
| +++ b/chrome/browser/bookmarks/bookmark_utils.h
|
| @@ -38,7 +38,7 @@ namespace bookmark_utils {
|
| int PreferredDropOperation(int source_operations, int operations);
|
|
|
| // Returns the drag operations for the specified node.
|
| -int BookmarkDragOperation(const BookmarkNode* node);
|
| +int BookmarkDragOperation(Profile* profile, const BookmarkNode* node);
|
|
|
| // Returns the preferred drop operation on a bookmark menu/bar.
|
| // |parent| is the parent node the drop is to occur on and |index| the index the
|
|
|