Index: components/bookmarks/browser/bookmark_node_data.h |
diff --git a/components/bookmarks/core/browser/bookmark_node_data.h b/components/bookmarks/browser/bookmark_node_data.h |
similarity index 95% |
rename from components/bookmarks/core/browser/bookmark_node_data.h |
rename to components/bookmarks/browser/bookmark_node_data.h |
index 303223fca328cfb487230d43578dc8915b82968c..9fdf9751bf9c8577849036701538a366fbbd3804 100644 |
--- a/components/bookmarks/core/browser/bookmark_node_data.h |
+++ b/components/bookmarks/browser/bookmark_node_data.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_NODE_DATA_H_ |
-#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_NODE_DATA_H_ |
+#ifndef COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_NODE_DATA_H_ |
+#define COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_NODE_DATA_H_ |
#include <vector> |
#include "base/files/file_path.h" |
#include "base/strings/string16.h" |
#include "base/time/time.h" |
-#include "components/bookmarks/core/browser/bookmark_node.h" |
+#include "components/bookmarks/browser/bookmark_node.h" |
#include "ui/base/clipboard/clipboard_types.h" |
#include "url/gurl.h" |
@@ -171,4 +171,4 @@ struct BookmarkNodeData { |
base::FilePath profile_path_; |
}; |
-#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_NODE_DATA_H_ |
+#endif // COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_NODE_DATA_H_ |