Index: components/bookmarks/browser/BUILD.gn |
diff --git a/components/bookmarks/browser/BUILD.gn b/components/bookmarks/browser/BUILD.gn |
index 6188b106b142114fd4ab124b9b0bd0556566d976..a4df5f1a9104ead47291f50a258a79097cb8d219 100644 |
--- a/components/bookmarks/browser/BUILD.gn |
+++ b/components/bookmarks/browser/BUILD.gn |
@@ -14,10 +14,6 @@ static_library("browser") { |
"bookmark_codec.h", |
"bookmark_expanded_state_tracker.cc", |
"bookmark_expanded_state_tracker.h", |
- "bookmark_index.cc", |
- "bookmark_index.h", |
- "bookmark_match.cc", |
- "bookmark_match.h", |
"bookmark_model.cc", |
"bookmark_model.h", |
"bookmark_model_observer.h", |
@@ -39,6 +35,10 @@ static_library("browser") { |
"scoped_group_bookmark_actions.h", |
"startup_task_runner_service.cc", |
"startup_task_runner_service.h", |
+ "titled_url_index.cc", |
+ "titled_url_index.h", |
+ "titled_url_match.cc", |
+ "titled_url_match.h", |
"titled_url_node.h", |
"titled_url_node_sorter.h", |
"typed_count_sorter.cc", |