| Index: sync/notifier/notifications_disabled_reason.h
|
| diff --git a/sync/notifier/notifications_disabled_reason.h b/sync/notifier/notifications_disabled_reason.h
|
| index 9ee6f476c1e15f14ab5a8ddc6d3ec7c40b9adc27..52a6a7d01fbaeb7ca99fa5c99e93732cb73db5c6 100644
|
| --- a/sync/notifier/notifications_disabled_reason.h
|
| +++ b/sync/notifier/notifications_disabled_reason.h
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "jingle/notifier/listener/push_client_observer.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| enum NotificationsDisabledReason {
|
| // There is an underlying transient problem (e.g., network- or
|
| @@ -28,6 +28,6 @@ const char* NotificationsDisabledReasonToString(
|
| NotificationsDisabledReason FromNotifierReason(
|
| notifier::NotificationsDisabledReason reason);
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_NOTIFIER_NOTIFICATIONS_DISABLED_REASON_H_
|
|
|