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

Unified Diff: sync/engine/syncproto.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
« no previous file with comments | « sync/engine/syncer_util.cc ('k') | sync/engine/syncproto_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/syncproto.h
diff --git a/sync/engine/syncproto.h b/sync/engine/syncproto.h
index ec6c6e4539eeb0a9417def46f2321bbcb5901ba8..8fa46976641e1c4e054b037353b971678e03c7a4 100644
--- a/sync/engine/syncproto.h
+++ b/sync/engine/syncproto.h
@@ -12,7 +12,7 @@
#include "sync/protocol/sync.pb.h"
#include "sync/syncable/syncable_id.h"
-namespace csync {
+namespace syncer {
template<class Base>
class IdWrapper : public Base {
@@ -82,6 +82,6 @@ typedef sync_pb::CommitResponse CommitResponse;
typedef sync_pb::GetUpdatesResponse GetUpdatesResponse;
typedef sync_pb::GetUpdatesMessage GetUpdatesMessage;
-} // namespace csync
+} // namespace syncer
#endif // SYNC_ENGINE_SYNCPROTO_H_
« no previous file with comments | « sync/engine/syncer_util.cc ('k') | sync/engine/syncproto_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698