| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| index 765c646c484fa54e1266862c70ad29d10dae17c0..6ee8840f9e4358045bdc5d136df6b03e2ac13305 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| @@ -46,6 +46,7 @@
|
| #include "grit/ui_resources.h"
|
| #include "ui/base/accessibility/accessible_view_state.h"
|
| #include "ui/base/animation/slide_animation.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"
|
| @@ -680,7 +681,7 @@ bool BookmarkBarView::GetDropFormats(
|
| if (!model_ || !model_->IsLoaded())
|
| return false;
|
| *formats = ui::OSExchangeData::URL;
|
| - custom_formats->insert(BookmarkNodeData::GetBookmarkCustomFormat());
|
| + custom_formats->insert(ui::GetBookmarkCustomFormat());
|
| return true;
|
| }
|
|
|
|
|