| 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 da4a928a2d9e08feff6d3422318dfde89bbcb3a3..6dbfae7de006f865f7423cf255ed2ffec64bdeac 100644
|
| --- a/chrome/browser/history/url_index_private_data.cc
|
| +++ b/chrome/browser/history/url_index_private_data.cc
|
| @@ -24,8 +24,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)
|
|
|