| Index: sync/internal_api/public/engine/polling_constants.cc
|
| diff --git a/sync/internal_api/public/engine/polling_constants.cc b/sync/internal_api/public/engine/polling_constants.cc
|
| index bebf1803e2b368886c076761aadcd37a559190e0..d65994bdc7b62720b56295d65b4915b2dd3ca65e 100644
|
| --- a/sync/internal_api/public/engine/polling_constants.cc
|
| +++ b/sync/internal_api/public/engine/polling_constants.cc
|
| @@ -5,7 +5,7 @@
|
| #include "base/basictypes.h"
|
| #include "sync/internal_api/public/engine/polling_constants.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // Server can overwrite these values via client commands.
|
| // Standard short poll. This is used when XMPP is off.
|
| @@ -22,5 +22,5 @@ const int64 kMaxBackoffSeconds = 60 * 60 * 4; // 4 hours.
|
| // Backoff interval randomization factor.
|
| const int kBackoffRandomizationFactor = 2;
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
|
|