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. |