| Index: components/policy/core/browser/BUILD.gn
|
| diff --git a/components/policy/core/browser/BUILD.gn b/components/policy/core/browser/BUILD.gn
|
| index d9f1a630dd19d0e23326f0d9e3111925ee346336..4b74d13407cca76a1d662c084522822734030f19 100644
|
| --- a/components/policy/core/browser/BUILD.gn
|
| +++ b/components/policy/core/browser/BUILD.gn
|
| @@ -20,7 +20,7 @@ source_set("browser") {
|
| "//base",
|
| "//base:prefs",
|
| "//base/third_party/dynamic_annotations",
|
| - "//components/bookmarks/browser",
|
| + "//components/bookmarks/managed",
|
| "//components/keyed_service/core",
|
| "//components/pref_registry",
|
| "//components/strings",
|
| @@ -45,8 +45,6 @@ source_set("browser") {
|
| "configuration_policy_handler_list.h",
|
| "configuration_policy_pref_store.cc",
|
| "configuration_policy_pref_store.h",
|
| - "managed_bookmarks_tracker.cc",
|
| - "managed_bookmarks_tracker.h",
|
| "policy_error_map.cc",
|
| "policy_error_map.h",
|
| "url_blacklist_policy_handler.cc",
|
|
|