| Index: sync/notifier/invalidation_util.h
|
| diff --git a/sync/notifier/invalidation_util.h b/sync/notifier/invalidation_util.h
|
| index 392a15e53b4aa1fc2f5c4cd59b554d05491b293a..eac4bac5b66931f73e2ee930e984bfce14f7c000 100644
|
| --- a/sync/notifier/invalidation_util.h
|
| +++ b/sync/notifier/invalidation_util.h
|
| @@ -40,7 +40,7 @@ struct SYNC_EXPORT ObjectIdLessThan {
|
| const invalidation::ObjectId& rhs) const;
|
| };
|
|
|
| -struct InvalidationVersionLessThan {
|
| +struct SYNC_EXPORT InvalidationVersionLessThan {
|
| bool operator()(const syncer::Invalidation& a,
|
| const syncer::Invalidation& b) const;
|
| };
|
|
|