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

Unified Diff: components/sync/syncable/syncable_base_write_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_write_transaction.h
diff --git a/components/sync/syncable/syncable_base_write_transaction.h b/components/sync/syncable/syncable_base_write_transaction.h
index a0c24f000771bbb37ad574fc16a39727872a7209..a74b336c51e3c5a1e3475db6d05b2ef96cf6c6ee 100644
--- a/components/sync/syncable/syncable_base_write_transaction.h
+++ b/components/sync/syncable/syncable_base_write_transaction.h
@@ -6,7 +6,6 @@
#define COMPONENTS_SYNC_SYNCABLE_SYNCABLE_BASE_WRITE_TRANSACTION_H_
#include "base/macros.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/syncable/syncable_base_transaction.h"
namespace syncer {
@@ -14,7 +13,7 @@ namespace syncable {
// A base class shared by both ModelNeutralWriteTransaction and
// WriteTransaction.
-class SYNC_EXPORT BaseWriteTransaction : public BaseTransaction {
+class BaseWriteTransaction : public BaseTransaction {
public:
virtual void TrackChangesTo(const EntryKernel* entry) = 0;
« no previous file with comments | « components/sync/syncable/syncable_base_transaction.h ('k') | components/sync/syncable/syncable_delete_journal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698