summaryrefslogtreecommitdiffstats
path: root/sync/engine/syncer_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/syncer_util.h')
-rw-r--r--sync/engine/syncer_util.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/sync/engine/syncer_util.h b/sync/engine/syncer_util.h
index f39ad4b..575ab11 100644
--- a/sync/engine/syncer_util.h
+++ b/sync/engine/syncer_util.h
@@ -12,7 +12,6 @@
#include <string>
#include <vector>
-#include "sync/base/sync_export.h"
#include "sync/engine/syncer.h"
#include "sync/engine/syncer_types.h"
#include "sync/syncable/entry_kernel.h"
@@ -59,14 +58,12 @@ UpdateAttemptResponse AttemptToUpdateEntry(
//
// Will return an invalid position if no valid position can be constructed, or
// if this type does not support positioning.
-SYNC_EXPORT_PRIVATE UniquePosition GetUpdatePosition(
- const sync_pb::SyncEntity& update,
- const std::string& suffix);
+UniquePosition GetUpdatePosition(const sync_pb::SyncEntity& update,
+ const std::string& suffix);
// Fetch the cache_guid and item_id-based unique bookmark tag from an update.
// Will return an empty string if someting unexpected happens.
-SYNC_EXPORT_PRIVATE std::string GetUniqueBookmarkTagFromUpdate(
- const sync_pb::SyncEntity& update);
+std::string GetUniqueBookmarkTagFromUpdate(const sync_pb::SyncEntity& update);
// Pass in name to avoid redundant UTF8 conversion.
void UpdateServerFieldsFromUpdate(