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

Unified Diff: components/sync/syncable/mutable_entry.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
« no previous file with comments | « components/sync/syncable/model_neutral_mutable_entry.h ('k') | components/sync/syncable/nigori_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/mutable_entry.h
diff --git a/components/sync/syncable/mutable_entry.h b/components/sync/syncable/mutable_entry.h
index ce25a293ee825f4cb9c00b0c7c1b602dfff733d8..bc3906397413b05786757409ac7974fb23b0b732 100644
--- a/components/sync/syncable/mutable_entry.h
+++ b/components/sync/syncable/mutable_entry.h
@@ -11,7 +11,6 @@
#include "base/macros.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/syncable/entry.h"
#include "components/sync/syncable/metahandle_set.h"
#include "components/sync/syncable/model_neutral_mutable_entry.h"
@@ -27,7 +26,7 @@ class WriteTransaction;
// A mutable meta entry. Changes get committed to the database when the
// WriteTransaction is destroyed.
-class SYNC_EXPORT MutableEntry : public ModelNeutralMutableEntry {
+class MutableEntry : public ModelNeutralMutableEntry {
void Init(WriteTransaction* trans,
ModelType model_type,
const Id& parent_id,
« no previous file with comments | « components/sync/syncable/model_neutral_mutable_entry.h ('k') | components/sync/syncable/nigori_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698