Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: sync/notifier/notifications_disabled_reason.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « sync/notifier/non_blocking_invalidation_notifier_unittest.cc ('k') | sync/notifier/notifications_disabled_reason.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698