| Index: sync/notifier/push_client_channel.cc
|
| diff --git a/sync/notifier/push_client_channel.cc b/sync/notifier/push_client_channel.cc
|
| index a806b20b1e6d090b91e622154769969847028fcf..5cfd84331b9c4b7586e07f828db1678910d8faca 100644
|
| --- a/sync/notifier/push_client_channel.cc
|
| +++ b/sync/notifier/push_client_channel.cc
|
| @@ -8,7 +8,7 @@
|
| #include "google/cacheinvalidation/v2/client_gateway.pb.h"
|
| #include "jingle/notifier/listener/push_client.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| namespace {
|
|
|
| @@ -156,4 +156,4 @@ bool PushClientChannel::DecodeMessage(
|
| return true;
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|