Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: components/bookmarks/core/browser/bookmark_node_data_mac.cc

Issue 253753005: Move bookmarks' production code to components/bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@367656
Patch Set: Fix compilation for win_chromium_x64_rel Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
« no previous file with comments | « components/bookmarks/core/browser/bookmark_node_data.cc ('k') | components/bookmarks/core/browser/bookmark_node_data_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698