| Index: sync/notifier/p2p_notifier.h
|
| diff --git a/sync/notifier/p2p_notifier.h b/sync/notifier/p2p_notifier.h
|
| index d44995264562498108705811a8a7ee2494a153de..7ef9238803758fa4029fe06275b287ee0f08d8b0 100644
|
| --- a/sync/notifier/p2p_notifier.h
|
| +++ b/sync/notifier/p2p_notifier.h
|
| @@ -25,7 +25,7 @@ namespace notifier {
|
| class PushClient;
|
| } // namespace notifier
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // The channel to use for sync notifications.
|
| extern const char* kSyncP2PNotificationChannel;
|
| @@ -137,6 +137,6 @@ class P2PNotifier
|
| syncable::ModelTypeSet enabled_types_;
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_NOTIFIER_P2P_NOTIFIER_H_
|
|
|