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

Unified Diff: components/sync/syncable/syncable_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
Index: components/sync/syncable/syncable_proto_util.h
diff --git a/components/sync/syncable/syncable_proto_util.h b/components/sync/syncable/syncable_proto_util.h
index 49ba6b103007e5c365b6aaaefdc9d2bd5e49cc72..14a7353ef2427ef14b15cf25a2d635ddcc323fd4 100644
--- a/components/sync/syncable/syncable_proto_util.h
+++ b/components/sync/syncable/syncable_proto_util.h
@@ -7,7 +7,6 @@
#include <string>
-#include "components/sync/base/sync_export.h"
#include "components/sync/syncable/syncable_id.h"
namespace sync_pb {
@@ -22,7 +21,7 @@ syncable::Id SyncableIdFromProto(const std::string& proto_string);
// Converts from a syncable::Id to a formatted std::string. This is useful for
// populating the fields of a protobuf which will be sent to the server.
-SYNC_EXPORT std::string SyncableIdToProto(const syncable::Id& syncable_id);
+std::string SyncableIdToProto(const syncable::Id& syncable_id);
// Helper function to determine if this SyncEntity's properties indicate that it
// is a folder.

Powered by Google App Engine
This is Rietveld 408576698