summaryrefslogtreecommitdiffstats
path: root/sync/protocol/sync_protocol_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/protocol/sync_protocol_error.h')
-rw-r--r--sync/protocol/sync_protocol_error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/protocol/sync_protocol_error.h b/sync/protocol/sync_protocol_error.h
index be43980..fc83de1 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 browser_sync{
+namespace csync{
enum SyncProtocolErrorType {
// Success case.
@@ -76,6 +76,6 @@ struct SyncProtocolError {
const char* GetSyncErrorTypeString(SyncProtocolErrorType type);
const char* GetClientActionString(ClientAction action);
-} // namespace browser_sync
+} // namespace csync
#endif // SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_