Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(839)

Unified Diff: sync/notifier/unacked_invalidation_set.h

Issue 56113003: Implement new invalidations ack tracking system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modify drive TODO comment + rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/notifier/unacked_invalidation_set.h
diff --git a/sync/notifier/unacked_invalidation_set.h b/sync/notifier/unacked_invalidation_set.h
index 2824e6a5a3b3a7818b42816deac3a0615be3fb03..aae9cdab3ebcd2008f9e9b9374a440d7e7db53bf 100644
--- a/sync/notifier/unacked_invalidation_set.h
+++ b/sync/notifier/unacked_invalidation_set.h
@@ -18,6 +18,10 @@ class DictionaryValue;
namespace syncer {
+namespace test_util {
+class UnackedInvalidationSetEqMatcher;
+} // test_util
+
class SingleObjectInvalidationSet;
class ObjectIdInvalidationMap;
class AckHandle;
@@ -88,7 +92,7 @@ class SYNC_EXPORT UnackedInvalidationSet {
private:
// Allow this test helper to have access to our internals.
- friend class UnackedInvalidationSetEqMatcher;
+ friend class test_util::UnackedInvalidationSetEqMatcher;
typedef std::set<Invalidation, InvalidationVersionLessThan> InvalidationsSet;
« no previous file with comments | « sync/notifier/sync_invalidation_listener_unittest.cc ('k') | sync/notifier/unacked_invalidation_set_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698