Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 264839ed21810e6ff0cf92e13f0b5a8a0edc125a..3162f4ca5100c2ebeaad96836c2e823b2d106a06 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" |