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

Unified Diff: components/sync/engine_impl/syncer_proto_util.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/engine_impl/syncer.h ('k') | components/sync/engine_impl/syncer_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/syncer_proto_util.h
diff --git a/components/sync/engine_impl/syncer_proto_util.h b/components/sync/engine_impl/syncer_proto_util.h
index 9f71b62cf03d96e1b90fc5ec32c4c98463090ab6..4365822ddbee6372d05285bcb8c5e46007b5c5e4 100644
--- a/components/sync/engine_impl/syncer_proto_util.h
+++ b/components/sync/engine_impl/syncer_proto_util.h
@@ -11,7 +11,6 @@
#include "base/macros.h"
#include "base/time/time.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/base/syncer_error.h"
#include "components/sync/sessions_impl/sync_session.h"
@@ -39,14 +38,13 @@ class Entry;
}
// Returns the types to migrate from the data in |response|.
-SYNC_EXPORT ModelTypeSet
-GetTypesToMigrate(const sync_pb::ClientToServerResponse& response);
+ModelTypeSet GetTypesToMigrate(const sync_pb::ClientToServerResponse& response);
// Builds a SyncProtocolError from the data in |error|.
-SYNC_EXPORT SyncProtocolError ConvertErrorPBToSyncProtocolError(
+SyncProtocolError ConvertErrorPBToSyncProtocolError(
const sync_pb::ClientToServerResponse_Error& error);
-class SYNC_EXPORT SyncerProtoUtil {
+class SyncerProtoUtil {
public:
// Posts the given message and fills the buffer with the returned value.
// Returns true on success. Also handles store birthday verification: will
« no previous file with comments | « components/sync/engine_impl/syncer.h ('k') | components/sync/engine_impl/syncer_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698