Index: components/sync/syncable/syncable_base_transaction.h |
diff --git a/components/sync/syncable/syncable_base_transaction.h b/components/sync/syncable/syncable_base_transaction.h |
index 5312d13ab24848a2accc6a010db1fbd1d7d808a7..fe232a8cbf81cc279cfdbbc24b385cee6038a7c9 100644 |
--- a/components/sync/syncable/syncable_base_transaction.h |
+++ b/components/sync/syncable/syncable_base_transaction.h |
@@ -9,7 +9,6 @@ |
#include "base/location.h" |
#include "base/macros.h" |
-#include "components/sync/base/sync_export.h" |
#include "components/sync/syncable/syncable_id.h" |
namespace syncer { |
@@ -34,7 +33,7 @@ enum WriterTag { |
// Make sure to update this if you update WriterTag. |
std::string WriterTagToString(WriterTag writer_tag); |
-class SYNC_EXPORT BaseTransaction { |
+class BaseTransaction { |
public: |
static Id root_id(); |