| Index: sync/engine/commit.h
|
| diff --git a/sync/engine/commit.h b/sync/engine/commit.h
|
| index 5e8e0fabc7da04258665f009bca62319321c40e3..2169adf5cd095966d8d4ad84d27dc7dad00725cc 100644
|
| --- a/sync/engine/commit.h
|
| +++ b/sync/engine/commit.h
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "sync/internal_api/public/util/syncer_error.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| namespace sessions {
|
| class SyncSession;
|
| @@ -32,6 +32,6 @@ SyncerError BuildAndPostCommits(
|
| Syncer* syncer,
|
| sessions::SyncSession* session);
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_ENGINE_COMMIT_H_
|
|
|