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

Unified Diff: components/sync/core_impl/syncapi_internal.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_impl/syncapi_internal.h
diff --git a/components/sync/core_impl/syncapi_internal.h b/components/sync/core_impl/syncapi_internal.h
index c53467f646f60410df2b59d8a8aa2e8308e2abba..443bf35ff938e6318cf016a151b202c9b1e1e789 100644
--- a/components/sync/core_impl/syncapi_internal.h
+++ b/components/sync/core_impl/syncapi_internal.h
@@ -10,8 +10,6 @@
#include <string>
-#include "components/sync/base/sync_export.h"
-
namespace sync_pb {
class AttachmentMetadata;
class EntitySpecifics;
@@ -26,10 +24,8 @@ sync_pb::PasswordSpecificsData* DecryptPasswordSpecifics(
const sync_pb::EntitySpecifics& specifics,
Cryptographer* crypto);
-SYNC_EXPORT void SyncAPINameToServerName(const std::string& syncer_name,
- std::string* out);
-SYNC_EXPORT void ServerNameToSyncAPIName(const std::string& server_name,
- std::string* out);
+void SyncAPINameToServerName(const std::string& syncer_name, std::string* out);
+void ServerNameToSyncAPIName(const std::string& server_name, std::string* out);
bool IsNameServerIllegalAfterTrimming(const std::string& name);
« no previous file with comments | « components/sync/core_impl/sync_manager_impl.h ('k') | components/sync/core_impl/syncapi_server_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698