| Index: chrome/browser/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
|
| index d7e196046d1e6c4127248e29a47b6ea6849a7942..f0a59ee6eb7112a434c10fc705a8523cf5087cbb 100644
|
| --- a/chrome/browser/bookmarks/bookmark_utils.h
|
| +++ b/chrome/browser/bookmarks/bookmark_utils.h
|
| @@ -12,32 +12,15 @@
|
| #include "chrome/browser/bookmarks/bookmark_editor.h"
|
| #include "chrome/browser/bookmarks/bookmark_node_data.h"
|
| #include "chrome/browser/history/snippet.h"
|
| -#include "ui/gfx/native_widget_types.h"
|
|
|
| class BookmarkModel;
|
| class BookmarkNode;
|
| class PrefRegistrySyncable;
|
| -class Profile;
|
| -
|
| -namespace content {
|
| -class BrowserContext;
|
| -}
|
| -
|
| -namespace ui {
|
| -class DropTargetEvent;
|
| -}
|
|
|
| // A collection of bookmark utility functions used by various parts of the UI
|
| // that show bookmarks: bookmark manager, bookmark bar view ...
|
| namespace bookmark_utils {
|
|
|
| -// Performs a drop of bookmark data onto |parent_node| at |index|. Returns the
|
| -// type of drop the resulted.
|
| -int PerformBookmarkDrop(Profile* profile,
|
| - const BookmarkNodeData& data,
|
| - const BookmarkNode* parent_node,
|
| - int index);
|
| -
|
| // Clones bookmark node, adding newly created nodes to |parent| starting at
|
| // |index_to_add_at|.
|
| void CloneBookmarkNode(BookmarkModel* model,
|
|
|