Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
index 883f916e263489ca20a4d0d6769e0474b9d47dc9..d4a0b77bada1eaf38bae8f5055f10967a439dd54 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
@@ -13,7 +13,6 @@ |
#include "base/gtest_prod_util.h" |
#include "base/memory/weak_ptr.h" |
#include "base/prefs/pref_change_registrar.h" |
-#include "chrome/browser/bookmarks/bookmark_model_observer.h" |
#include "chrome/browser/bookmarks/bookmark_node_data.h" |
#include "chrome/browser/bookmarks/bookmark_stats.h" |
#include "chrome/browser/ui/bookmarks/bookmark_bar.h" |
@@ -21,6 +20,7 @@ |
#include "chrome/browser/ui/views/bookmarks/bookmark_bubble_view_observer.h" |
#include "chrome/browser/ui/views/bookmarks/bookmark_menu_controller_observer.h" |
#include "chrome/browser/ui/views/detachable_toolbar_view.h" |
+#include "components/bookmarks/core/browser/bookmark_model_observer.h" |
#include "ui/gfx/animation/animation_delegate.h" |
#include "ui/views/context_menu_controller.h" |
#include "ui/views/controls/button/button.h" |