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

Unified Diff: sync/engine/store_timestamps_command.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/engine/store_timestamps_command.h ('k') | sync/engine/sync_engine_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/store_timestamps_command.cc
diff --git a/sync/engine/store_timestamps_command.cc b/sync/engine/store_timestamps_command.cc
index cfbabe6f6bfb66ded9e5ac0f471b4ba395b4ab20..89a308893880440456b2b2a3d8c98feff2e4184b 100644
--- a/sync/engine/store_timestamps_command.cc
+++ b/sync/engine/store_timestamps_command.cc
@@ -9,7 +9,7 @@
#include "sync/sessions/sync_session.h"
#include "sync/syncable/directory.h"
-namespace csync {
+namespace syncer {
StoreTimestampsCommand::StoreTimestampsCommand() {}
StoreTimestampsCommand::~StoreTimestampsCommand() {}
@@ -56,4 +56,4 @@ SyncerError StoreTimestampsCommand::ExecuteImpl(
return SYNCER_OK;
}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/engine/store_timestamps_command.h ('k') | sync/engine/sync_engine_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698