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_ |