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

Unified Diff: sync/notifier/notifications_disabled_reason.cc

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
« no previous file with comments | « sync/notifier/notifications_disabled_reason.h ('k') | sync/notifier/p2p_notifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sync/notifier/notifications_disabled_reason.h ('k') | sync/notifier/p2p_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698