Chromium Code Reviews| Index: sync/api/sync_error.h |
| diff --git a/sync/api/sync_error.h b/sync/api/sync_error.h |
| index a3382b43dfd040e693996158ba80167e05ebe98b..e9ca0f60825c0893cf63c86cf4a8a523762cb1c0 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 |