| 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 91325267a3e955b16f2b11ff3544bfdaf73001f6..56824e4f2d9e35e9d1083c0082530cffa664fa26 100644
|
| --- a/sync/internal_api/public/base/model_type.h
|
| +++ b/sync/internal_api/public/base/model_type.h
|
| @@ -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
|
|
|