Index: components/bookmarks/browser/bookmark_utils.h |
diff --git a/components/bookmarks/core/browser/bookmark_utils.h b/components/bookmarks/browser/bookmark_utils.h |
similarity index 96% |
rename from components/bookmarks/core/browser/bookmark_utils.h |
rename to components/bookmarks/browser/bookmark_utils.h |
index 665c5e42e26285631d22fe2fa34ff2f1a9429c2f..451932f7b3d3fcdb279b4638796ab48729956b67 100644 |
--- a/components/bookmarks/core/browser/bookmark_utils.h |
+++ b/components/bookmarks/browser/bookmark_utils.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_UTILS_H_ |
-#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_UTILS_H_ |
+#ifndef COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_UTILS_H_ |
+#define COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_UTILS_H_ |
#include <string> |
#include <vector> |
#include "base/strings/string16.h" |
#include "base/strings/utf_offset_string_conversions.h" |
-#include "components/bookmarks/core/browser/bookmark_node_data.h" |
+#include "components/bookmarks/browser/bookmark_node_data.h" |
class BookmarkModel; |
class BookmarkNode; |
@@ -142,4 +142,4 @@ base::string16 CleanUpTitleForMatching(const base::string16& title); |
// Returns the node with |id|, or NULL if there is no node with |id|. |
const BookmarkNode* GetBookmarkNodeByID(const BookmarkModel* model, int64 id); |
-#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_UTILS_H_ |
+#endif // COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_UTILS_H_ |