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

Unified Diff: components/sync/core/base_node.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/core/base_node.h
diff --git a/components/sync/core/base_node.h b/components/sync/core/base_node.h
index 93394c104978905dbaee76bf3972f9c77b506c99..6a362ef98257965d9fad1cfa961d86f94858b83c 100644
--- a/components/sync/core/base_node.h
+++ b/components/sync/core/base_node.h
@@ -17,7 +17,6 @@
#include "base/time/time.h"
#include "components/sync/api/attachments/attachment.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/protocol/sync.pb.h"
#include "url/gurl.h"
@@ -60,7 +59,7 @@ static const int64_t kInvalidId = 0;
// transaction is necessary to create a BaseNode or any of its children.
// Unlike syncable::Entry, a sync API BaseNode is identified primarily by its
// int64_t metahandle, which we call an ID here.
-class SYNC_EXPORT BaseNode {
+class BaseNode {
public:
// Enumerates the possible outcomes of trying to initialize a sync node.
enum InitByLookupResult {
« no previous file with comments | « components/sync/core/attachments/on_disk_attachment_store.h ('k') | components/sync/core/base_transaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698