Index: components/bookmarks/browser/bookmark_match.h |
diff --git a/components/bookmarks/core/browser/bookmark_match.h b/components/bookmarks/browser/bookmark_match.h |
similarity index 86% |
rename from components/bookmarks/core/browser/bookmark_match.h |
rename to components/bookmarks/browser/bookmark_match.h |
index b53f9c8ddb8873f4128f10f0f0ac1c15a4d948ca..c033e4f34e1fc038240816afd3e646b577248157 100644 |
--- a/components/bookmarks/core/browser/bookmark_match.h |
+++ b/components/bookmarks/browser/bookmark_match.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 COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_TITLE_MATCH_H_ |
-#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_TITLE_MATCH_H_ |
+#ifndef COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_TITLE_MATCH_H_ |
+#define COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_TITLE_MATCH_H_ |
#include <cstddef> |
#include <utility> |
@@ -41,4 +41,4 @@ struct BookmarkMatch { |
MatchPositions url_match_positions; |
}; |
-#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_TITLE_MATCH_H_ |
+#endif // COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_TITLE_MATCH_H_ |