| Index: sync/engine/syncer_types.h
|
| diff --git a/sync/engine/syncer_types.h b/sync/engine/syncer_types.h
|
| index 474bdaec8a4af6acc594ec61e175810c0aea2b65..eb79d82cbbb30d06fab9ad280218c958ed0b7078 100644
|
| --- a/sync/engine/syncer_types.h
|
| +++ b/sync/engine/syncer_types.h
|
| @@ -8,7 +8,7 @@
|
|
|
| // The intent of this is to keep all shared data types and enums for the syncer
|
| // in a single place without having dependencies between other files.
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| enum UpdateAttemptResponse {
|
| // Update was applied or safely ignored.
|
| @@ -82,6 +82,6 @@ enum VerifyCommitResult {
|
| VERIFY_OK,
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_ENGINE_SYNCER_TYPES_H_
|
|
|