diff options
Diffstat (limited to 'sync/notifier/single_object_invalidation_set.h')
-rw-r--r-- | sync/notifier/single_object_invalidation_set.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sync/notifier/single_object_invalidation_set.h b/sync/notifier/single_object_invalidation_set.h index c4dd051..e6f4d75 100644 --- a/sync/notifier/single_object_invalidation_set.h +++ b/sync/notifier/single_object_invalidation_set.h @@ -10,6 +10,7 @@ #include "base/memory/scoped_ptr.h" #include "sync/base/sync_export.h" #include "sync/internal_api/public/base/invalidation.h" +#include "sync/notifier/invalidation_util.h" namespace base { class ListValue; @@ -17,10 +18,6 @@ class ListValue; namespace syncer { -struct InvalidationVersionLessThan { - bool operator()(const Invalidation& a, const Invalidation& b); -}; - // Holds a list of invalidations that all share the same Object ID. // // The list is kept sorted by version to make it easier to perform common |