Index: chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc |
index 8e0f5a1f159334a61c1cfc65b68c4048b4e34f4e..c07ee69839f3e2b5f9bd25b32baafe41f63c0e50 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc |
@@ -11,14 +11,14 @@ |
#include "base/prefs/pref_service.h" |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "chrome/browser/bookmarks/bookmark_model.h" |
#include "chrome/browser/bookmarks/bookmark_model_factory.h" |
-#include "chrome/browser/bookmarks/bookmark_utils.h" |
#include "chrome/browser/history/history_service.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/ui/bookmarks/bookmark_utils.h" |
#include "chrome/browser/ui/views/constrained_window_views.h" |
#include "chrome/common/net/url_fixer_upper.h" |
+#include "components/bookmarks/core/browser/bookmark_model.h" |
+#include "components/bookmarks/core/browser/bookmark_utils.h" |
#include "components/user_prefs/user_prefs.h" |
#include "grit/chromium_strings.h" |
#include "grit/generated_resources.h" |