| Index: sync/sessions/test_util.h
|
| diff --git a/sync/sessions/test_util.h b/sync/sessions/test_util.h
|
| index 01fa3aae2bac4a6edf4a4d3277b93ddd46ffe74d..c27d752757f7b55a07b6bba6ae528600c0e3366f 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_
|
|
|