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

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

Powered by Google App Engine
This is Rietveld 408576698