| Index: sync/engine/process_commit_response_command.cc
|
| diff --git a/sync/engine/process_commit_response_command.cc b/sync/engine/process_commit_response_command.cc
|
| index b31506253c5a467a92f5c827a52c82f9b1683d45..51e16975bc81e02e2b9d206470baec6f9b710a08 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
|
|
|