| Index: components/bookmarks/browser/bookmark_node_data_mac.cc
|
| diff --git a/components/bookmarks/core/browser/bookmark_node_data_mac.cc b/components/bookmarks/browser/bookmark_node_data_mac.cc
|
| similarity index 82%
|
| rename from components/bookmarks/core/browser/bookmark_node_data_mac.cc
|
| rename to components/bookmarks/browser/bookmark_node_data_mac.cc
|
| index dba2920d623c1d4ee05aae5a3faabe7b85c30b0f..15238855ebc2d5ea5b8f292af0e64161988911f9 100644
|
| --- a/components/bookmarks/core/browser/bookmark_node_data_mac.cc
|
| +++ b/components/bookmarks/browser/bookmark_node_data_mac.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/bookmarks/core/browser/bookmark_node_data.h"
|
| +#include "components/bookmarks/browser/bookmark_node_data.h"
|
|
|
| -#include "components/bookmarks/core/browser/bookmark_pasteboard_helper_mac.h"
|
| +#include "components/bookmarks/browser/bookmark_pasteboard_helper_mac.h"
|
|
|
| // static
|
| bool BookmarkNodeData::ClipboardContainsBookmarks() {
|
|
|