| Index: sync/notifier/notifications_disabled_reason.cc
|
| diff --git a/sync/notifier/notifications_disabled_reason.cc b/sync/notifier/notifications_disabled_reason.cc
|
| index 5636990b45d052e8cd149ba43f9b45c23b8b4a66..89c0a03c723a106931a23e7f5f5638f36f8c8a36 100644
|
| --- a/sync/notifier/notifications_disabled_reason.cc
|
| +++ b/sync/notifier/notifications_disabled_reason.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/logging.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| const char* NotificationsDisabledReasonToString(
|
| NotificationsDisabledReason reason) {
|
| @@ -38,4 +38,4 @@ NotificationsDisabledReason FromNotifierReason(
|
| }
|
| }
|
|
|
| -} // sync_notifier
|
| +} // namespace syncer
|
|
|