| 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 1e66b3c30b559bd4e278faadd83b69ed524bfd90..3152b0217793206b2a345e0f4e1ed75b9f949a87 100644
|
| --- a/sync/internal_api/public/delete_journal.h
|
| +++ b/sync/internal_api/public/delete_journal.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <vector>
|
|
|
| +#include "sync/base/sync_export.h"
|
| #include "sync/internal_api/public/base/model_type.h"
|
| #include "sync/protocol/sync.pb.h"
|
|
|
| @@ -23,7 +24,7 @@ typedef std::vector<BookmarkDeleteJournal> BookmarkDeleteJournalList;
|
|
|
| // Static APIs for passing delete journals between syncer::syncable namspace
|
| // and syncer namespace.
|
| -class DeleteJournal {
|
| +class SYNC_EXPORT DeleteJournal {
|
| public:
|
| // Return info about deleted bookmark entries stored in the delete journal
|
| // of |trans|'s directory.
|
|
|