diff options
Diffstat (limited to 'sync/engine/commit.cc')
-rw-r--r-- | sync/engine/commit.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/engine/commit.cc b/sync/engine/commit.cc index 4da658d..734cd6c 100644 --- a/sync/engine/commit.cc +++ b/sync/engine/commit.cc @@ -16,7 +16,7 @@ using syncable::SYNCER; using syncable::WriteTransaction; -namespace csync { +namespace syncer { using sessions::SyncSession; using sessions::StatusController; @@ -156,4 +156,4 @@ SyncerError BuildAndPostCommits(Syncer* syncer, return result; } -} // namespace csync +} // namespace syncer |