| Index: sync/notifier/push_client_channel.h
|
| diff --git a/sync/notifier/push_client_channel.h b/sync/notifier/push_client_channel.h
|
| index 14d168dd7588f060b8f76728ed25fe89f5742f27..c966b033930b8dcdf408fd3f596ca35207a6cdbf 100644
|
| --- a/sync/notifier/push_client_channel.h
|
| +++ b/sync/notifier/push_client_channel.h
|
| @@ -19,7 +19,7 @@ namespace notifier {
|
| class PushClient;
|
| } // namespace notifier
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // A PushClientChannel is an implementation of NetworkChannel that
|
| // routes messages through a PushClient.
|
| @@ -99,6 +99,6 @@ class PushClientChannel
|
| DISALLOW_COPY_AND_ASSIGN(PushClientChannel);
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_NOTIFIER_PUSH_CLIENT_CHANNEL_H_
|
|
|