| Index: sync/notifier/push_client_channel_unittest.cc
|
| diff --git a/sync/notifier/push_client_channel_unittest.cc b/sync/notifier/push_client_channel_unittest.cc
|
| index af5944473356a901a1b25ec4b2c5957ee9293b7e..4ac0c5839eee94741533c044e4d387aca4c3d4f7 100644
|
| --- a/sync/notifier/push_client_channel_unittest.cc
|
| +++ b/sync/notifier/push_client_channel_unittest.cc
|
| @@ -12,7 +12,7 @@
|
| #include "jingle/notifier/listener/notification_defines.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| namespace {
|
|
|
| class PushClientChannelTest : public ::testing::Test {
|
| @@ -250,4 +250,4 @@ TEST_F(PushClientChannelTest, PersistedMessageState) {
|
| }
|
|
|
| } // namespace
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|