| Index: chrome/browser/ui/webui/ntp/android/bookmarks_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/android/bookmarks_handler.h b/chrome/browser/ui/webui/ntp/android/bookmarks_handler.h
|
| index 1cf2606130978a0f8bfdd803dfb28be8e86a3a60..679ca49cbcf9d166d35751ca591ed2e99af3eabd 100644
|
| --- a/chrome/browser/ui/webui/ntp/android/bookmarks_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/android/bookmarks_handler.h
|
| @@ -10,8 +10,8 @@
|
| #include "base/values.h"
|
| #include "chrome/browser/android/bookmarks/managed_bookmarks_shim.h"
|
| #include "chrome/browser/android/bookmarks/partner_bookmarks_shim.h"
|
| -#include "chrome/browser/bookmarks/base_bookmark_model_observer.h"
|
| #include "chrome/browser/favicon/favicon_service.h"
|
| +#include "components/bookmarks/core/browser/base_bookmark_model_observer.h"
|
| #include "content/public/browser/web_ui_message_handler.h"
|
|
|
| // The handler for Javascript messages related to the bookmarks.
|
|
|