| Index: components/bookmarks/browser/bookmark_storage.cc
|
| diff --git a/components/bookmarks/browser/bookmark_storage.cc b/components/bookmarks/browser/bookmark_storage.cc
|
| index a71c3e3d0dbaeeeb84f3a438025da67a478e0ed3..d32a90c88061a8b082c770da656f63da4bdfc0a2 100644
|
| --- a/components/bookmarks/browser/bookmark_storage.cc
|
| +++ b/components/bookmarks/browser/bookmark_storage.cc
|
| @@ -18,8 +18,8 @@
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/time/time.h"
|
| #include "components/bookmarks/browser/bookmark_codec.h"
|
| -#include "components/bookmarks/browser/bookmark_index.h"
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| +#include "components/bookmarks/browser/titled_url_index.h"
|
| #include "components/bookmarks/common/bookmark_constants.h"
|
|
|
| using base::TimeTicks;
|
| @@ -124,7 +124,7 @@ BookmarkLoadDetails::BookmarkLoadDetails(
|
| BookmarkPermanentNode* other_folder_node,
|
| BookmarkPermanentNode* mobile_folder_node,
|
| const LoadExtraCallback& load_extra_callback,
|
| - BookmarkIndex* index,
|
| + TitledUrlIndex* index,
|
| int64_t max_id)
|
| : bb_node_(bb_node),
|
| other_folder_node_(other_folder_node),
|
|
|