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

Unified Diff: sync/notifier/invalidator_state.h

Issue 11624037: [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (no code changes) Created 7 years, 12 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
« no previous file with comments | « sync/notifier/invalidator.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/invalidator_state.h
diff --git a/sync/notifier/invalidator_state.h b/sync/notifier/invalidator_state.h
index 80b607b6380c3bb874bb429c6a6a37bb4e0420c1..bb4b3d615555eb81f1a9a94f3d1e5b57b9448a89 100644
--- a/sync/notifier/invalidator_state.h
+++ b/sync/notifier/invalidator_state.h
@@ -30,8 +30,8 @@ InvalidatorState FromNotifierReason(
notifier::NotificationsDisabledReason reason);
// Should not be called when |state| == INVALIDATIONS_ENABLED.
-notifier::NotificationsDisabledReason ToNotifierReasonForTest(
- InvalidatorState state);
+SYNC_EXPORT_PRIVATE notifier::NotificationsDisabledReason
+ ToNotifierReasonForTest(InvalidatorState state);
} // namespace syncer
« no previous file with comments | « sync/notifier/invalidator.h ('k') | sync/notifier/non_blocking_invalidator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698