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

Unified Diff: sync/engine/syncer_command.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.cc ('k') | sync/engine/syncer_command.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/syncer_command.h
diff --git a/sync/engine/syncer_command.h b/sync/engine/syncer_command.h
index 710b3acf633028eb5da5d7b122f3faa302d31472..b626b0f1dbbbd645fe2c6baa7c4db1c5b5ffc5c9 100644
--- a/sync/engine/syncer_command.h
+++ b/sync/engine/syncer_command.h
@@ -10,7 +10,7 @@
#include "sync/internal_api/public/util/syncer_error.h"
-namespace csync {
+namespace syncer {
namespace sessions {
class SyncSession;
@@ -42,6 +42,6 @@ class SyncerCommand {
DISALLOW_COPY_AND_ASSIGN(SyncerCommand);
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_ENGINE_SYNCER_COMMAND_H_
« no previous file with comments | « sync/engine/syncer.cc ('k') | sync/engine/syncer_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698