| Index: components/sync/engine/polling_constants.h
|
| diff --git a/components/sync/engine/polling_constants.h b/components/sync/engine/polling_constants.h
|
| index 2690a747236c6129808a7d02295c6b7f7cb28a9d..1d72848efaad1ecf4592874a7c14628e991fa128 100644
|
| --- a/components/sync/engine/polling_constants.h
|
| +++ b/components/sync/engine/polling_constants.h
|
| @@ -9,17 +9,15 @@
|
|
|
| #include <stdint.h>
|
|
|
| -#include "components/sync/base/sync_export.h"
|
| -
|
| namespace syncer {
|
|
|
| -SYNC_EXPORT extern const int64_t kDefaultShortPollIntervalSeconds;
|
| -SYNC_EXPORT extern const int64_t kDefaultLongPollIntervalSeconds;
|
| -SYNC_EXPORT extern const int64_t kMaxBackoffSeconds;
|
| -SYNC_EXPORT extern const int kBackoffRandomizationFactor;
|
| -SYNC_EXPORT extern const int kInitialBackoffRetrySeconds;
|
| -SYNC_EXPORT extern const int kInitialBackoffShortRetrySeconds;
|
| -SYNC_EXPORT extern const int kInitialBackoffImmediateRetrySeconds;
|
| +extern const int64_t kDefaultShortPollIntervalSeconds;
|
| +extern const int64_t kDefaultLongPollIntervalSeconds;
|
| +extern const int64_t kMaxBackoffSeconds;
|
| +extern const int kBackoffRandomizationFactor;
|
| +extern const int kInitialBackoffRetrySeconds;
|
| +extern const int kInitialBackoffShortRetrySeconds;
|
| +extern const int kInitialBackoffImmediateRetrySeconds;
|
|
|
| } // namespace syncer
|
|
|
|
|