| Index: chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc b/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc
|
| index 475f8ca1775ff67e3fe9470e546d8bdc4f89a00f..d9ed4a37c16922218f63c0fbc30645af14a63175 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc
|
| @@ -19,6 +19,7 @@
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| #include "grit/ui_resources.h"
|
| +#include "ui/base/dragdrop/bookmark_format.h"
|
| #include "ui/base/dragdrop/os_exchange_data.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| @@ -131,7 +132,7 @@ bool BookmarkMenuDelegate::GetDropFormats(
|
| int* formats,
|
| std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
|
| *formats = ui::OSExchangeData::URL;
|
| - custom_formats->insert(BookmarkNodeData::GetBookmarkCustomFormat());
|
| + custom_formats->insert(ui::GetBookmarkCustomFormat());
|
| return true;
|
| }
|
|
|
|
|