| Index: chrome/browser/history/history_service_factory.cc
|
| diff --git a/chrome/browser/history/history_service_factory.cc b/chrome/browser/history/history_service_factory.cc
|
| index 74cc2aecf687c679cf439fe69d5ac5976031b677..f871104c706be657fe280104870650ba27c89302 100644
|
| --- a/chrome/browser/history/history_service_factory.cc
|
| +++ b/chrome/browser/history/history_service_factory.cc
|
| @@ -5,11 +5,11 @@
|
| #include "chrome/browser/history/history_service_factory.h"
|
|
|
| #include "base/prefs/pref_service.h"
|
| -#include "chrome/browser/bookmarks/bookmark_model.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/history/history_service.h"
|
| #include "chrome/browser/profiles/incognito_helpers.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/bookmarks/core/browser/bookmark_model.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
|
|
| // static
|
|
|