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

Unified Diff: sync/notifier/push_client_channel.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/push_client_channel.h
diff --git a/sync/notifier/push_client_channel.h b/sync/notifier/push_client_channel.h
index 14d168dd7588f060b8f76728ed25fe89f5742f27..c966b033930b8dcdf408fd3f596ca35207a6cdbf 100644
--- a/sync/notifier/push_client_channel.h
+++ b/sync/notifier/push_client_channel.h
@@ -19,7 +19,7 @@ namespace notifier {
class PushClient;
} // namespace notifier
-namespace csync {
+namespace syncer {
// A PushClientChannel is an implementation of NetworkChannel that
// routes messages through a PushClient.
@@ -99,6 +99,6 @@ class PushClientChannel
DISALLOW_COPY_AND_ASSIGN(PushClientChannel);
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_NOTIFIER_PUSH_CLIENT_CHANNEL_H_

Powered by Google App Engine
This is Rietveld 408576698