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

Unified Diff: sync/syncable/syncable_base_transaction.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/syncable/on_disk_directory_backing_store.h ('k') | sync/syncable/syncable_enum_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_base_transaction.h
diff --git a/sync/syncable/syncable_base_transaction.h b/sync/syncable/syncable_base_transaction.h
index 4e9a220cf7aefac7b8db7a73abdaca06f5209319..c8652b6b72d436a90b15793e5e9267fad302b80e 100644
--- a/sync/syncable/syncable_base_transaction.h
+++ b/sync/syncable/syncable_base_transaction.h
@@ -6,6 +6,7 @@
#define SYNC_SYNCABLE_SYNCABLE_BASE_TRANSACTION_H_
#include "base/location.h"
+#include "sync/base/sync_export.h"
#include "sync/syncable/syncable_id.h"
namespace syncer {
@@ -29,7 +30,7 @@ enum WriterTag {
// Make sure to update this if you update WriterTag.
std::string WriterTagToString(WriterTag writer_tag);
-class BaseTransaction {
+class SYNC_EXPORT_PRIVATE BaseTransaction {
public:
inline Directory* directory() const { return directory_; }
inline Id root_id() const { return Id(); }
« no previous file with comments | « sync/syncable/on_disk_directory_backing_store.h ('k') | sync/syncable/syncable_enum_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698