| Index: chrome/browser/ui/bookmarks/bookmark_utils.cc
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_utils.cc b/chrome/browser/ui/bookmarks/bookmark_utils.cc
|
| index b03e11b97c761920a1d992db74ece69857c7e90f..e6ca171ba529a218f89d8ce9c702c90d9415f5b5 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_utils.cc
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_utils.cc
|
| @@ -7,7 +7,6 @@
|
| #include <stddef.h>
|
|
|
| #include "base/logging.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| @@ -17,6 +16,7 @@
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| #include "components/bookmarks/browser/bookmark_node_data.h"
|
| #include "components/bookmarks/common/bookmark_pref_names.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "components/search/search.h"
|
| #include "components/url_formatter/url_formatter.h"
|
| #include "components/user_prefs/user_prefs.h"
|
|
|