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

Unified Diff: sync/notifier/push_client_channel.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/push_client_channel.h ('k') | sync/notifier/push_client_channel_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/push_client_channel.cc
diff --git a/sync/notifier/push_client_channel.cc b/sync/notifier/push_client_channel.cc
index a806b20b1e6d090b91e622154769969847028fcf..5cfd84331b9c4b7586e07f828db1678910d8faca 100644
--- a/sync/notifier/push_client_channel.cc
+++ b/sync/notifier/push_client_channel.cc
@@ -8,7 +8,7 @@
#include "google/cacheinvalidation/v2/client_gateway.pb.h"
#include "jingle/notifier/listener/push_client.h"
-namespace csync {
+namespace syncer {
namespace {
@@ -156,4 +156,4 @@ bool PushClientChannel::DecodeMessage(
return true;
}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/notifier/push_client_channel.h ('k') | sync/notifier/push_client_channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698