Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / sync / internal_api / public / base / model_type.h
index 9132526..56824e4 100644 (file)
@@ -298,8 +298,9 @@ SYNC_EXPORT std::string ModelTypeToRootTag(ModelType type);
 // subscribing to server-issued notifications).  Returns true iff
 // |model_type| was a real model type and |notification_type| was
 // filled in.
-bool RealModelTypeToNotificationType(ModelType model_type,
-                                     std::string* notification_type);
+SYNC_EXPORT bool RealModelTypeToNotificationType(
+    ModelType model_type,
+    std::string* notification_type);
 
 // Converts a notification type to a real model type.  Returns true
 // iff |notification_type| was the notification type of a real model