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

Unified Diff: sync/engine/commit.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/engine/commit.h
diff --git a/sync/engine/commit.h b/sync/engine/commit.h
index 5e8e0fabc7da04258665f009bca62319321c40e3..2169adf5cd095966d8d4ad84d27dc7dad00725cc 100644
--- a/sync/engine/commit.h
+++ b/sync/engine/commit.h
@@ -8,7 +8,7 @@
#include "sync/internal_api/public/util/syncer_error.h"
-namespace csync {
+namespace syncer {
namespace sessions {
class SyncSession;
@@ -32,6 +32,6 @@ SyncerError BuildAndPostCommits(
Syncer* syncer,
sessions::SyncSession* session);
-} // namespace csync
+} // namespace syncer
#endif // SYNC_ENGINE_COMMIT_H_

Powered by Google App Engine
This is Rietveld 408576698