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

Unified Diff: components/sync/syncable/syncable_delete_journal.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_delete_journal.h
diff --git a/components/sync/syncable/syncable_delete_journal.h b/components/sync/syncable/syncable_delete_journal.h
index 10558089026786a14275703a93a7ddc29e1c7a05..218f516b31c154e27e8fa9433e0615043615aa89 100644
--- a/components/sync/syncable/syncable_delete_journal.h
+++ b/components/sync/syncable/syncable_delete_journal.h
@@ -12,7 +12,6 @@
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "base/synchronization/lock.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/syncable/metahandle_set.h"
#include "components/sync/syncable/syncable-inl.h"
@@ -29,7 +28,7 @@ typedef std::set<const EntryKernel*, LessField<IdField, ID>> JournalIndex;
// DeleteJournal is thread-safe and can be accessed on any thread. Has to hold
// a valid transaction object when calling methods of DeleteJournal, thus each
// method requires a non-null |trans| parameter.
-class SYNC_EXPORT DeleteJournal {
+class DeleteJournal {
public:
// Initialize |delete_journals_| using |intitial_journal|, whose content is
// destroyed during initialization.
« no previous file with comments | « components/sync/syncable/syncable_base_write_transaction.h ('k') | components/sync/syncable/syncable_enum_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698