summaryrefslogtreecommitdiffstats
path: root/sync/engine/build_commit_command_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/build_commit_command_unittest.cc')
-rw-r--r--sync/engine/build_commit_command_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/engine/build_commit_command_unittest.cc b/sync/engine/build_commit_command_unittest.cc
index f92bcd0..59e98ea 100644
--- a/sync/engine/build_commit_command_unittest.cc
+++ b/sync/engine/build_commit_command_unittest.cc
@@ -5,7 +5,7 @@
#include "sync/engine/build_commit_command.h"
#include "sync/test/engine/syncer_command_test.h"
-namespace csync {
+namespace syncer {
// A test fixture for tests exercising ClearDataCommandTest.
class BuildCommitCommandTest : public SyncerCommandTest {
@@ -102,6 +102,6 @@ TEST_F(BuildCommitCommandTest, InterpolatePosition) {
command_.InterpolatePosition(0, BuildCommitCommand::GetGap()*2 + 1));
}
-} // namespace csync
+} // namespace syncer