| Index: sync/internal_api/public/base/model_type.h
|
| diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h
|
| index ebf76653f2241a471d676df8f362387fdb74b810..c1922dea05da0ee9c8b7a651168523833f84f56c 100644
|
| --- a/sync/internal_api/public/base/model_type.h
|
| +++ b/sync/internal_api/public/base/model_type.h
|
| @@ -276,8 +276,9 @@ bool RealModelTypeToNotificationType(ModelType model_type,
|
| // Converts a notification type to a real model type. Returns true
|
| // iff |notification_type| was the notification type of a real model
|
| // type and |model_type| was filled in.
|
| -bool NotificationTypeToRealModelType(const std::string& notification_type,
|
| - ModelType* model_type);
|
| +SYNC_EXPORT bool NotificationTypeToRealModelType(
|
| + const std::string& notification_type,
|
| + ModelType* model_type);
|
|
|
| // Returns true if |model_type| is a real datatype
|
| SYNC_EXPORT bool IsRealDataType(ModelType model_type);
|
|
|