summaryrefslogtreecommitdiffstats
path: root/sync/sessions/test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/sessions/test_util.h')
-rw-r--r--sync/sessions/test_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/sessions/test_util.h b/sync/sessions/test_util.h
index 01fa3aa..c27d752 100644
--- a/sync/sessions/test_util.h
+++ b/sync/sessions/test_util.h
@@ -12,7 +12,7 @@
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace csync {
+namespace syncer {
namespace sessions {
namespace test_util {
@@ -47,6 +47,6 @@ ACTION_P(SimulateSessionsCommitDelayUpdate, poll) {
} // namespace test_util
} // namespace sessions
-} // namespace csync
+} // namespace syncer
#endif // SYNC_SESSIONS_TEST_UTIL_H_