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

Unified Diff: components/sync/syncable/transaction_observer.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/transaction_observer.h
diff --git a/components/sync/syncable/transaction_observer.h b/components/sync/syncable/transaction_observer.h
index 536b7cf20e65867125130964e8d92955fcc54e76..d96e894d975d449cb678839814a47f81e6d2d027 100644
--- a/components/sync/syncable/transaction_observer.h
+++ b/components/sync/syncable/transaction_observer.h
@@ -6,13 +6,12 @@
#define COMPONENTS_SYNC_SYNCABLE_TRANSACTION_OBSERVER_H_
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/syncable/write_transaction_info.h"
namespace syncer {
namespace syncable {
-class SYNC_EXPORT TransactionObserver {
+class TransactionObserver {
public:
virtual void OnTransactionWrite(
const ImmutableWriteTransactionInfo& write_transaction_info,
« no previous file with comments | « components/sync/syncable/syncable_write_transaction.h ('k') | components/sync/test/sessions/mock_debug_info_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698