| Index: chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
|
| index b62fa4995a18a681e135db322fe18cb8b71812fd..c5de7b4edd854ed83af115469b5e347015746f43 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
|
| @@ -11,8 +11,8 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/strings/string16.h"
|
| #include "chrome/browser/bookmarks/bookmark_expanded_state_tracker.h"
|
| -#include "chrome/browser/bookmarks/bookmark_model_observer.h"
|
| #include "chrome/browser/ui/bookmarks/bookmark_editor.h"
|
| +#include "components/bookmarks/core/browser/bookmark_model_observer.h"
|
| #include "ui/base/models/simple_menu_model.h"
|
| #include "ui/base/models/tree_node_model.h"
|
| #include "ui/views/context_menu_controller.h"
|
|
|