| Index: sync/engine/syncer_util.h
|
| diff --git a/sync/engine/syncer_util.h b/sync/engine/syncer_util.h
|
| index f39ad4b195ee75fd8dbf798cc7de49d85b960692..91483986275ed5a22da8efb4da7cec6f3d462f23 100644
|
| --- a/sync/engine/syncer_util.h
|
| +++ b/sync/engine/syncer_util.h
|
| @@ -69,7 +69,7 @@ SYNC_EXPORT_PRIVATE std::string GetUniqueBookmarkTagFromUpdate(
|
| const sync_pb::SyncEntity& update);
|
|
|
| // Pass in name to avoid redundant UTF8 conversion.
|
| -void UpdateServerFieldsFromUpdate(
|
| +SYNC_EXPORT_PRIVATE void UpdateServerFieldsFromUpdate(
|
| syncable::ModelNeutralMutableEntry* local_entry,
|
| const sync_pb::SyncEntity& server_entry,
|
| const std::string& name);
|
|
|