| Index: sync/internal_api/public/util/syncer_error.h
|
| diff --git a/sync/internal_api/public/util/syncer_error.h b/sync/internal_api/public/util/syncer_error.h
|
| index 8df8afd0ff1eb9fd3ab508b4e3eecb559e2ffb46..f895066ad217520e40978f5fb3a99febef643c93 100644
|
| --- a/sync/internal_api/public/util/syncer_error.h
|
| +++ b/sync/internal_api/public/util/syncer_error.h
|
| @@ -6,7 +6,7 @@
|
| #define SYNC_INTERNAL_API_PUBLIC_UTIL_SYNCER_ERROR_H_
|
| #pragma once
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // This enum describes all the ways a SyncerCommand can fail.
|
| //
|
| @@ -41,6 +41,6 @@ enum SyncerError {
|
|
|
| const char * GetSyncerErrorString(SyncerError);
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_INTERNAL_API_PUBLIC_UTIL_SYNCER_ERROR_H_
|
|
|