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

Unified Diff: components/sync/syncable/syncable_base_transaction.h

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. Created 4 years, 4 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
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();

Powered by Google App Engine
This is Rietveld 408576698