| 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 cb7f5f58c41daea70e0396ca0078e93be3d0f27f..94b375bce16155c2866a3494a4b9fdaf60158b17 100644
|
| --- a/sync/internal_api/public/engine/polling_constants.h
|
| +++ b/sync/internal_api/public/engine/polling_constants.h
|
| @@ -8,13 +8,13 @@
|
| #define SYNC_INTERNAL_API_PUBLIC_ENGINE_POLLING_CONSTANTS_H_
|
| #pragma once
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| extern const int64 kDefaultShortPollIntervalSeconds;
|
| extern const int64 kDefaultLongPollIntervalSeconds;
|
| extern const int64 kMaxBackoffSeconds;
|
| extern const int kBackoffRandomizationFactor;
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_INTERNAL_API_PUBLIC_ENGINE_POLLING_CONSTANTS_H_
|
|
|