diff options
Diffstat (limited to 'sync/engine/process_commit_response_command.cc')
-rw-r--r-- | sync/engine/process_commit_response_command.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/engine/process_commit_response_command.cc b/sync/engine/process_commit_response_command.cc index b315062..51e1697 100644 --- a/sync/engine/process_commit_response_command.cc +++ b/sync/engine/process_commit_response_command.cc @@ -45,7 +45,7 @@ using syncable::SERVER_VERSION; using syncable::SYNCER; using syncable::SYNCING; -namespace csync { +namespace syncer { using sessions::OrderedCommitSet; using sessions::StatusController; @@ -477,4 +477,4 @@ void ProcessCommitResponseCommand::ProcessSuccessfulCommitResponse( } } -} // namespace csync +} // namespace syncer |