diff options
Diffstat (limited to 'sync/engine/build_commit_command.h')
-rw-r--r-- | sync/engine/build_commit_command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/engine/build_commit_command.h b/sync/engine/build_commit_command.h index 53bafd7..d72765b 100644 --- a/sync/engine/build_commit_command.h +++ b/sync/engine/build_commit_command.h @@ -17,7 +17,7 @@ namespace syncable { class Entry; } -namespace csync { +namespace syncer { namespace sessions { class OrderedCommitSet; @@ -74,6 +74,6 @@ class BuildCommitCommand : public SyncerCommand { ClientToServerMessage* commit_message_; }; -} // namespace csync +} // namespace syncer #endif // SYNC_ENGINE_BUILD_COMMIT_COMMAND_H_ |