| Index: sync/engine/store_timestamps_command.cc
|
| diff --git a/sync/engine/store_timestamps_command.cc b/sync/engine/store_timestamps_command.cc
|
| index cfbabe6f6bfb66ded9e5ac0f471b4ba395b4ab20..89a308893880440456b2b2a3d8c98feff2e4184b 100644
|
| --- a/sync/engine/store_timestamps_command.cc
|
| +++ b/sync/engine/store_timestamps_command.cc
|
| @@ -9,7 +9,7 @@
|
| #include "sync/sessions/sync_session.h"
|
| #include "sync/syncable/directory.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| StoreTimestampsCommand::StoreTimestampsCommand() {}
|
| StoreTimestampsCommand::~StoreTimestampsCommand() {}
|
| @@ -56,4 +56,4 @@ SyncerError StoreTimestampsCommand::ExecuteImpl(
|
| return SYNCER_OK;
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|