| Index: sync/protocol/sync_protocol_error.h
|
| diff --git a/sync/protocol/sync_protocol_error.h b/sync/protocol/sync_protocol_error.h
|
| index fc83de1adbadb58b59a8052d8f269712e48ca72c..718cc2dc8e17f0f816754d24dcd3053cbe502562 100644
|
| --- a/sync/protocol/sync_protocol_error.h
|
| +++ b/sync/protocol/sync_protocol_error.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/values.h"
|
| #include "sync/internal_api/public/syncable/model_type.h"
|
|
|
| -namespace csync{
|
| +namespace syncer{
|
|
|
| enum SyncProtocolErrorType {
|
| // Success case.
|
| @@ -76,6 +76,6 @@ struct SyncProtocolError {
|
|
|
| const char* GetSyncErrorTypeString(SyncProtocolErrorType type);
|
| const char* GetClientActionString(ClientAction action);
|
| -} // namespace csync
|
| +} // namespace syncer
|
| #endif // SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_
|
|
|
|
|