| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 4f434b906a4bfe1d348283f808c7ef81dfb21374..2749f87cbdd65a0c50eda1438fd355eb87c2f1e0 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -27,7 +27,6 @@
|
| #include "chrome/browser/autocomplete/shortcuts_backend.h"
|
| #include "chrome/browser/background/background_contents_service_factory.h"
|
| #include "chrome/browser/background/background_mode_manager.h"
|
| -#include "chrome/browser/bookmarks/bookmark_model.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| @@ -79,6 +78,7 @@
|
| #include "chrome/common/net/url_fixer_upper.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| +#include "components/bookmarks/core/browser/bookmark_model.h"
|
| #include "components/dom_distiller/content/dom_distiller_viewer_source.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
| #include "components/startup_metric_utils/startup_metric_utils.h"
|
|
|