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

Unified Diff: sync/api/sync_change.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 | « no previous file | sync/api/sync_error.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_change.h
diff --git a/sync/api/sync_change.h b/sync/api/sync_change.h
index 50becf40c1382c7f559cdea8af9092111f54f7de..7f25f8a4bab2fee7dae076246b2ee61a12c1516d 100644
--- a/sync/api/sync_change.h
+++ b/sync/api/sync_change.h
@@ -71,7 +71,7 @@ class SYNC_EXPORT SyncChange {
};
// gmock printer helper.
-void PrintTo(const SyncChange& sync_change, std::ostream* os);
+SYNC_EXPORT void PrintTo(const SyncChange& sync_change, std::ostream* os);
} // namespace syncer
« no previous file with comments | « no previous file | sync/api/sync_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698