| Index: sync/engine/build_commit_command.h
|
| diff --git a/sync/engine/build_commit_command.h b/sync/engine/build_commit_command.h
|
| index 53bafd7c361afe53da1df36ca99ee132404e748c..d72765b226b4a64ef8016961b60f26fed90f6a81 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_
|
|
|