| Index: sync/protocol/sync_protocol_error.cc
|
| diff --git a/sync/protocol/sync_protocol_error.cc b/sync/protocol/sync_protocol_error.cc
|
| index 61c03516a3e8cefb387c2e101451c7aec0972ad2..52421cd5a2ea968bb2fff82aa701982016437a17 100644
|
| --- a/sync/protocol/sync_protocol_error.cc
|
| +++ b/sync/protocol/sync_protocol_error.cc
|
| @@ -9,7 +9,7 @@
|
| #include "base/logging.h"
|
| #include "base/values.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| #define ENUM_CASE(x) case x: return #x; break;
|
|
|
| const char* GetSyncErrorTypeString(SyncProtocolErrorType type) {
|
| @@ -59,5 +59,5 @@ DictionaryValue* SyncProtocolError::ToValue() const {
|
| return value;
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
|
|