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

Unified Diff: sync/sync.gyp

Issue 10827133: [Sync] Rework unit tests for ChromeInvalidationClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 5 months 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/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 6a38127ce3fac936e6aaff25cc3063944b3bfbc8..73f55161356b3de8e08bbfb1927be11073c14828 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -461,8 +461,8 @@
'sync_notifier',
],
'sources': [
- 'notifier/mock_invalidation_state_tracker.cc',
- 'notifier/mock_invalidation_state_tracker.h',
+ 'notifier/fake_invalidation_state_tracker.cc',
+ 'notifier/fake_invalidation_state_tracker.h',
'notifier/mock_sync_notifier_observer.cc',
'notifier/mock_sync_notifier_observer.h',
],

Powered by Google App Engine
This is Rietveld 408576698