diff options
Diffstat (limited to 'sync/api/sync_error.h')
-rw-r--r-- | sync/api/sync_error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/api/sync_error.h b/sync/api/sync_error.h index a3382b4..e9ca0f6 100644 --- a/sync/api/sync_error.h +++ b/sync/api/sync_error.h @@ -82,7 +82,7 @@ class SYNC_EXPORT SyncError { }; // gmock printer helper. -void PrintTo(const SyncError& sync_error, std::ostream* os); +SYNC_EXPORT void PrintTo(const SyncError& sync_error, std::ostream* os); } // namespace syncer |