| Index: components/sync/core/delete_journal.h
|
| diff --git a/components/sync/core/delete_journal.h b/components/sync/core/delete_journal.h
|
| index 30e1d97b72fb3a7fb4f0b3b81753d36f91340e00..e1bf9934ce424b2e17793137a4a626a8e08244be 100644
|
| --- a/components/sync/core/delete_journal.h
|
| +++ b/components/sync/core/delete_journal.h
|
| @@ -11,7 +11,6 @@
|
| #include <vector>
|
|
|
| #include "components/sync/base/model_type.h"
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
|
|
| namespace syncer {
|
| @@ -28,7 +27,7 @@ typedef std::vector<BookmarkDeleteJournal> BookmarkDeleteJournalList;
|
|
|
| // Static APIs for passing delete journals between syncer::syncable namspace
|
| // and syncer namespace.
|
| -class SYNC_EXPORT DeleteJournal {
|
| +class DeleteJournal {
|
| public:
|
| // Return info about deleted bookmark entries stored in the delete journal
|
| // of |trans|'s directory.
|
|
|