| Index: sync/engine/nudge_source.cc
|
| diff --git a/sync/engine/nudge_source.cc b/sync/engine/nudge_source.cc
|
| index 1020fbf1e979d58c95db29128bc3a56726f8cee3..cd01ddafada73548ecbdc58e67fe152fcd937775 100644
|
| --- a/sync/engine/nudge_source.cc
|
| +++ b/sync/engine/nudge_source.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/logging.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| #define ENUM_CASE(x) case x: return #x; break
|
|
|
| @@ -24,4 +24,4 @@ const char* GetNudgeSourceString(NudgeSource nudge_source) {
|
|
|
| #undef ENUM_CASE
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|