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

Unified Diff: sync/notifier/mock_ack_handler.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
« no previous file with comments | « sync/notifier/invalidator_test_template.h ('k') | sync/notifier/non_blocking_invalidator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/mock_ack_handler.h
diff --git a/sync/notifier/mock_ack_handler.h b/sync/notifier/mock_ack_handler.h
index 665955892bfd60803b1e429db781694471ae4d4b..bf6ecc939a12afe69bbf6d3b5a832321fd3062e6 100644
--- a/sync/notifier/mock_ack_handler.h
+++ b/sync/notifier/mock_ack_handler.h
@@ -19,7 +19,7 @@ class Invalidation;
// This AckHandler implementation colaborates with the FakeInvalidationService
// to enable unit tests to assert that invalidations are being acked properly.
-class MockAckHandler
+class SYNC_EXPORT MockAckHandler
: public AckHandler,
public base::SupportsWeakPtr<MockAckHandler> {
public:
« no previous file with comments | « sync/notifier/invalidator_test_template.h ('k') | sync/notifier/non_blocking_invalidator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698