| Index: chrome/browser/history/url_index_private_data.cc
|
| diff --git a/chrome/browser/history/url_index_private_data.cc b/chrome/browser/history/url_index_private_data.cc
|
| index d592f171d2f1cd350800d13d828f94ebcc7fb647..f0df1c723212ce3a0457978b0b29f33eec314cf2 100644
|
| --- a/chrome/browser/history/url_index_private_data.cc
|
| +++ b/chrome/browser/history/url_index_private_data.cc
|
| @@ -22,12 +22,12 @@
|
| #include "base/time/time.h"
|
| #include "chrome/browser/autocomplete/autocomplete_provider.h"
|
| #include "chrome/browser/autocomplete/url_prefix.h"
|
| -#include "chrome/browser/bookmarks/bookmark_utils.h"
|
| #include "chrome/browser/history/history_database.h"
|
| #include "chrome/browser/history/history_db_task.h"
|
| #include "chrome/browser/history/history_service.h"
|
| #include "chrome/browser/history/in_memory_url_index.h"
|
| #include "components/bookmarks/core/browser/bookmark_service.h"
|
| +#include "components/bookmarks/core/browser/bookmark_utils.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_source.h"
|
|
|