Index: chrome/browser/ui/bookmarks/bookmark_drag_drop.cc |
diff --git a/chrome/browser/ui/bookmarks/bookmark_drag_drop.cc b/chrome/browser/ui/bookmarks/bookmark_drag_drop.cc |
index 7aeb364d689730e09b9880bcb723f4284d4f5126..50053d84635fb057b30afc9868a360ed41633e40 100644 |
--- a/chrome/browser/ui/bookmarks/bookmark_drag_drop.cc |
+++ b/chrome/browser/ui/bookmarks/bookmark_drag_drop.cc |
@@ -8,10 +8,10 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/undo/bookmark_undo_service.h" |
#include "chrome/browser/undo/bookmark_undo_service_factory.h" |
-#include "components/bookmarks/core/browser/bookmark_model.h" |
-#include "components/bookmarks/core/browser/bookmark_node_data.h" |
-#include "components/bookmarks/core/browser/bookmark_utils.h" |
-#include "components/bookmarks/core/browser/scoped_group_bookmark_actions.h" |
+#include "components/bookmarks/browser/bookmark_model.h" |
+#include "components/bookmarks/browser/bookmark_node_data.h" |
+#include "components/bookmarks/browser/bookmark_utils.h" |
+#include "components/bookmarks/browser/scoped_group_bookmark_actions.h" |
#include "ui/base/dragdrop/drag_drop_types.h" |
namespace chrome { |