diff options
Diffstat (limited to 'sync/engine/get_commit_ids_command.h')
-rw-r--r-- | sync/engine/get_commit_ids_command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/engine/get_commit_ids_command.h b/sync/engine/get_commit_ids_command.h index 5d9117f..f6b8a66 100644 --- a/sync/engine/get_commit_ids_command.h +++ b/sync/engine/get_commit_ids_command.h @@ -19,7 +19,7 @@ using std::pair; using std::vector; -namespace csync { +namespace syncer { // A class that contains the code used to search the syncable::Directory for // locally modified items that are ready to be committed to the server. @@ -135,6 +135,6 @@ class GetCommitIdsCommand : public SyncerCommand { DISALLOW_COPY_AND_ASSIGN(GetCommitIdsCommand); }; -} // namespace csync +} // namespace syncer #endif // SYNC_ENGINE_GET_COMMIT_IDS_COMMAND_H_ |