| Index: chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc b/chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc
|
| index 499b61fcd1f8242e90dd85024c593e724e8f9120..5c1c3ed311cc8244f3fe728ef93dd0c6b372ab0a 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc
|
| @@ -10,8 +10,8 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/bookmarks/bookmark_drag_drop.h"
|
| #include "chrome/common/pref_names.h"
|
| -#include "components/bookmarks/core/browser/bookmark_model.h"
|
| -#include "components/bookmarks/core/browser/bookmark_node_data.h"
|
| +#include "components/bookmarks/browser/bookmark_model.h"
|
| +#include "components/bookmarks/browser/bookmark_node_data.h"
|
| #include "components/user_prefs/user_prefs.h"
|
| #include "ui/base/dragdrop/drag_drop_types.h"
|
| #include "ui/base/dragdrop/os_exchange_data.h"
|
|
|