| Index: components/sync_bookmarks/bookmark_change_processor.cc
|
| diff --git a/components/sync_bookmarks/bookmark_change_processor.cc b/components/sync_bookmarks/bookmark_change_processor.cc
|
| index f840fe0208104459fbc28a302439c9d1fcf28776..685ea63679d6b48987ff9375f050c6f65e5d0256 100644
|
| --- a/components/sync_bookmarks/bookmark_change_processor.cc
|
| +++ b/components/sync_bookmarks/bookmark_change_processor.cc
|
| @@ -21,13 +21,13 @@
|
| #include "components/bookmarks/browser/bookmark_utils.h"
|
| #include "components/favicon/core/favicon_service.h"
|
| #include "components/history/core/browser/history_service.h"
|
| -#include "components/sync/core/change_record.h"
|
| -#include "components/sync/core/read_node.h"
|
| -#include "components/sync/core/write_node.h"
|
| -#include "components/sync/core/write_transaction.h"
|
| #include "components/sync/driver/sync_client.h"
|
| +#include "components/sync/syncable/change_record.h"
|
| #include "components/sync/syncable/entry.h" // TODO(tim): Investigating bug 121587.
|
| +#include "components/sync/syncable/read_node.h"
|
| #include "components/sync/syncable/syncable_write_transaction.h"
|
| +#include "components/sync/syncable/write_node.h"
|
| +#include "components/sync/syncable/write_transaction.h"
|
| #include "components/undo/bookmark_undo_service.h"
|
| #include "components/undo/bookmark_undo_utils.h"
|
| #include "ui/gfx/favicon_size.h"
|
|
|