| Index: sync/internal_api/public/engine/polling_constants.h
|
| diff --git a/sync/internal_api/public/engine/polling_constants.h b/sync/internal_api/public/engine/polling_constants.h
|
| index bd4014939159979e0f3362fcb986947bac539991..8f40857d8f699b0cbd20542511e388521f781d85 100644
|
| --- a/sync/internal_api/public/engine/polling_constants.h
|
| +++ b/sync/internal_api/public/engine/polling_constants.h
|
| @@ -7,12 +7,14 @@
|
| #ifndef SYNC_INTERNAL_API_PUBLIC_ENGINE_POLLING_CONSTANTS_H_
|
| #define SYNC_INTERNAL_API_PUBLIC_ENGINE_POLLING_CONSTANTS_H_
|
|
|
| +#include "sync/base/sync_export.h"
|
| +
|
| namespace syncer {
|
|
|
| extern const int64 kDefaultShortPollIntervalSeconds;
|
| extern const int64 kDefaultLongPollIntervalSeconds;
|
| -extern const int64 kMaxBackoffSeconds;
|
| -extern const int kBackoffRandomizationFactor;
|
| +SYNC_EXPORT extern const int64 kMaxBackoffSeconds;
|
| +SYNC_EXPORT extern const int kBackoffRandomizationFactor;
|
|
|
| } // namespace syncer
|
|
|
|
|