| 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 b335def0c76fd1e99468ced6f18e9e1347ad7456..ac6639c48b6ee79a17d7ed11c0276b046da28061 100644
|
| --- a/chrome/browser/history/url_index_private_data.cc
|
| +++ b/chrome/browser/history/url_index_private_data.cc
|
| @@ -19,11 +19,11 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/browser/history/history_database.h"
|
| #include "chrome/browser/history/history_service.h"
|
| #include "chrome/browser/history/in_memory_url_index.h"
|
| #include "components/bookmarks/browser/bookmark_utils.h"
|
| #include "components/history/core/browser/history_client.h"
|
| +#include "components/history/core/browser/history_database.h"
|
| #include "components/history/core/browser/history_db_task.h"
|
| #include "net/base/net_util.h"
|
|
|
|
|