summaryrefslogtreecommitdiffstats
path: root/sync/syncable/syncable_base_transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/syncable/syncable_base_transaction.h')
-rw-r--r--sync/syncable/syncable_base_transaction.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync/syncable/syncable_base_transaction.h b/sync/syncable/syncable_base_transaction.h
index 763f68d..e15a38b 100644
--- a/sync/syncable/syncable_base_transaction.h
+++ b/sync/syncable/syncable_base_transaction.h
@@ -31,10 +31,10 @@ enum WriterTag {
// Make sure to update this if you update WriterTag.
std::string WriterTagToString(WriterTag writer_tag);
-class SYNC_EXPORT_PRIVATE BaseTransaction {
+class SYNC_EXPORT BaseTransaction {
public:
- inline Directory* directory() const { return directory_; }
- inline Id root_id() const { return Id(); }
+ Directory* directory() const;
+ Id root_id() const;
virtual ~BaseTransaction();