| Index: sync/notifier/registration_manager_unittest.cc
|
| diff --git a/sync/notifier/registration_manager_unittest.cc b/sync/notifier/registration_manager_unittest.cc
|
| index 17f25fee92d919fb8b0fc99865dc5353c4affa99..e2b9b91bd5a6f8e884f790fcd2eff14312cc786c 100644
|
| --- a/sync/notifier/registration_manager_unittest.cc
|
| +++ b/sync/notifier/registration_manager_unittest.cc
|
| @@ -17,7 +17,7 @@
|
| #include "sync/notifier/invalidation_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| namespace {
|
|
|
| // Fake registration manager that lets you override jitter.
|
| @@ -422,4 +422,4 @@ TEST_F(RegistrationManagerTest, DisableId) {
|
| }
|
|
|
| } // namespace
|
| -} // namespace notifier
|
| +} // namespace syncer
|
|
|