| Index: sync/internal_api/public/delete_journal.h
|
| diff --git a/sync/internal_api/public/delete_journal.h b/sync/internal_api/public/delete_journal.h
|
| index 3152b0217793206b2a345e0f4e1ed75b9f949a87..ecf84fe6170cb723e887beb414209be328e766fa 100644
|
| --- a/sync/internal_api/public/delete_journal.h
|
| +++ b/sync/internal_api/public/delete_journal.h
|
| @@ -17,6 +17,7 @@ class BaseTransaction;
|
|
|
| struct BookmarkDeleteJournal {
|
| int64 id; // Metahandle of delete journal entry.
|
| + int64 external_id; // Bookmark ID in the native model.
|
| bool is_folder;
|
| sync_pb::EntitySpecifics specifics;
|
| };
|
|
|