| Index: sync/engine/get_commit_ids_command.cc
|
| diff --git a/sync/engine/get_commit_ids_command.cc b/sync/engine/get_commit_ids_command.cc
|
| index d3264f281bd0f8970f99613514c92c341ca83a70..4b70d8814d476533bc684f4cd756cbc20f02171d 100644
|
| --- a/sync/engine/get_commit_ids_command.cc
|
| +++ b/sync/engine/get_commit_ids_command.cc
|
| @@ -19,7 +19,7 @@
|
| using std::set;
|
| using std::vector;
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| using sessions::OrderedCommitSet;
|
| using sessions::SyncSession;
|
| @@ -432,4 +432,4 @@ void GetCommitIdsCommand::BuildCommitIds(
|
| AddDeletes(write_transaction, ready_unsynced_set);
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|