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

Unified Diff: components/bookmarks/core/browser/bookmark_node_data.h

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.h
diff --git a/chrome/browser/bookmarks/bookmark_node_data.h b/components/bookmarks/core/browser/bookmark_node_data.h
similarity index 96%
rename from chrome/browser/bookmarks/bookmark_node_data.h
rename to components/bookmarks/core/browser/bookmark_node_data.h
index cc6564a68b8078d1a270f954afa95a14d212653e..f195b4915c5dc6904ae7587e6f3caeac0d37ffd9 100644
--- a/chrome/browser/bookmarks/bookmark_node_data.h
+++ b/components/bookmarks/core/browser/bookmark_node_data.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_NODE_DATA_H_
-#define CHROME_BROWSER_BOOKMARKS_BOOKMARK_NODE_DATA_H_
+#ifndef COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_NODE_DATA_H_
+#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_NODE_DATA_H_
#include <vector>
@@ -171,4 +171,4 @@ struct BookmarkNodeData {
base::FilePath profile_path_;
};
-#endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_NODE_DATA_H_
+#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_NODE_DATA_H_
« no previous file with comments | « components/bookmarks/core/browser/bookmark_model.cc ('k') | components/bookmarks/core/browser/bookmark_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698