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

Unified Diff: sync/engine/store_timestamps_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/resolve_conflicts_command_unittest.cc ('k') | sync/engine/store_timestamps_command.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/store_timestamps_command.h
diff --git a/sync/engine/store_timestamps_command.h b/sync/engine/store_timestamps_command.h
index cd4c054384bdc318842ca38ca8870953ff713043..382752b346e5121958a0166a3123d3e77994b38d 100644
--- a/sync/engine/store_timestamps_command.h
+++ b/sync/engine/store_timestamps_command.h
@@ -10,7 +10,7 @@
#include "sync/engine/syncer_command.h"
#include "sync/engine/syncer_types.h"
-namespace csync {
+namespace syncer {
// A syncer command that extracts the changelog timestamp information from
// a GetUpdatesResponse (fetched in DownloadUpdatesCommand) and stores
@@ -36,6 +36,6 @@ class StoreTimestampsCommand : public SyncerCommand {
DISALLOW_COPY_AND_ASSIGN(StoreTimestampsCommand);
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_ENGINE_STORE_TIMESTAMPS_COMMAND_H_
« no previous file with comments | « sync/engine/resolve_conflicts_command_unittest.cc ('k') | sync/engine/store_timestamps_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698