| Index: chrome/browser/policy/managed_bookmarks_policy_handler.cc
|
| diff --git a/chrome/browser/policy/managed_bookmarks_policy_handler.cc b/chrome/browser/policy/managed_bookmarks_policy_handler.cc
|
| index 52a51826814c60ebc8821392b1c3e501931dc1cb..9e0bcf120b20dcd3a3d8ec7a6efcc9226fcbcb29 100644
|
| --- a/chrome/browser/policy/managed_bookmarks_policy_handler.cc
|
| +++ b/chrome/browser/policy/managed_bookmarks_policy_handler.cc
|
| @@ -7,13 +7,15 @@
|
| #include "base/prefs/pref_value_map.h"
|
| #include "base/values.h"
|
| #include "components/bookmarks/common/bookmark_pref_names.h"
|
| -#include "components/policy/core/browser/managed_bookmarks_tracker.h"
|
| +#include "components/bookmarks/managed/managed_bookmarks_tracker.h"
|
| #include "components/policy/core/browser/policy_error_map.h"
|
| #include "components/policy/core/common/policy_map.h"
|
| #include "components/url_fixer/url_fixer.h"
|
| #include "policy/policy_constants.h"
|
| #include "url/gurl.h"
|
|
|
| +using bookmarks::ManagedBookmarksTracker;
|
| +
|
| namespace policy {
|
|
|
| ManagedBookmarksPolicyHandler::ManagedBookmarksPolicyHandler(
|
|
|