| Index: components/bookmarks/browser/bookmark_node_data.cc
|
| diff --git a/components/bookmarks/browser/bookmark_node_data.cc b/components/bookmarks/browser/bookmark_node_data.cc
|
| index ad2ad42476dd5defdad41c779b04df457958c6f6..8d0d1430d459eabccf34bf733897a5503642eaf8 100644
|
| --- a/components/bookmarks/browser/bookmark_node_data.cc
|
| +++ b/components/bookmarks/browser/bookmark_node_data.cc
|
| @@ -157,8 +157,7 @@ bool BookmarkNodeData::ReadFromTuple(const GURL& url,
|
| void BookmarkNodeData::WriteToClipboard(ui::ClipboardType clipboard_type) {
|
| DCHECK(clipboard_type == ui::CLIPBOARD_TYPE_COPY_PASTE ||
|
| clipboard_type == ui::CLIPBOARD_TYPE_SELECTION);
|
| - ui::ScopedClipboardWriter scw(ui::Clipboard::GetForCurrentThread(),
|
| - clipboard_type);
|
| + ui::ScopedClipboardWriter scw(clipboard_type);
|
|
|
| // If there is only one element and it is a URL, write the URL to the
|
| // clipboard.
|
|
|