Index: components/bookmarks/core/browser/bookmark_node_data_mac.cc |
diff --git a/chrome/browser/bookmarks/bookmark_node_data_mac.cc b/components/bookmarks/core/browser/bookmark_node_data_mac.cc |
similarity index 82% |
rename from chrome/browser/bookmarks/bookmark_node_data_mac.cc |
rename to components/bookmarks/core/browser/bookmark_node_data_mac.cc |
index 95ba46e85693fd33395f852982bc82f1eef15041..f8c799bfed43b35e3b572584ec13ae80be012c87 100644 |
--- a/chrome/browser/bookmarks/bookmark_node_data_mac.cc |
+++ b/components/bookmarks/core/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 "chrome/browser/bookmarks/bookmark_node_data.h" |
+#include "components/bookmarks/core/browser/bookmark_node_data.h" |
-#include "chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h" |
+#include "components/bookmarks/core/browser/bookmark_pasteboard_helper_mac.h" |
// static |
bool BookmarkNodeData::ClipboardContainsBookmarks() { |