Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
index 10bf4bf4e7e3847dc90665d38d72fa9b0da27127..fadb01baed033cd28a681e0c72514c81819349a5 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
@@ -8,14 +8,14 @@ |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
#include "chrome/app/chrome_command_ids.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/profiles/profile.h" |
#include "chrome/browser/ui/bookmarks/bookmark_editor.h" |
#include "chrome/browser/ui/sync/sync_promo_ui.h" |
#include "chrome/browser/ui/views/bookmarks/bookmark_bubble_view_observer.h" |
#include "chrome/browser/ui/views/bookmarks/bookmark_sync_promo_view.h" |
+#include "components/bookmarks/core/browser/bookmark_model.h" |
+#include "components/bookmarks/core/browser/bookmark_utils.h" |
#include "content/public/browser/user_metrics.h" |
#include "grit/generated_resources.h" |
#include "grit/theme_resources.h" |