summaryrefslogtreecommitdiffstats
path: root/sync/engine/verify_updates_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/verify_updates_command.h')
-rw-r--r--sync/engine/verify_updates_command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/engine/verify_updates_command.h b/sync/engine/verify_updates_command.h
index b0bf68e..27b0b41 100644
--- a/sync/engine/verify_updates_command.h
+++ b/sync/engine/verify_updates_command.h
@@ -17,7 +17,7 @@ namespace syncable {
class WriteTransaction;
}
-namespace csync {
+namespace syncer {
// Verifies the response from a GetUpdates request. All invalid updates will be
// noted in the SyncSession after this command is executed.
@@ -45,6 +45,6 @@ class VerifyUpdatesCommand : public ModelChangingSyncerCommand {
DISALLOW_COPY_AND_ASSIGN(VerifyUpdatesCommand);
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_ENGINE_VERIFY_UPDATES_COMMAND_H_