| 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 2c69fd0249223e9de8d8272f7d5ec312e136934d..f51da8a38270704f581aa3e5a9093e9329d76cfc 100644
|
| --- a/chrome/browser/history/url_index_private_data.cc
|
| +++ b/chrome/browser/history/url_index_private_data.cc
|
| @@ -26,8 +26,8 @@
|
| #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 "components/bookmarks/browser/bookmark_service.h"
|
| +#include "components/bookmarks/browser/bookmark_utils.h"
|
| #include "net/base/net_util.h"
|
|
|
| #if defined(USE_SYSTEM_PROTOBUF)
|
|
|