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

Unified Diff: sync/util/time.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/util/test_unrecoverable_error_handler.cc ('k') | sync/util/time.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/time.h
diff --git a/sync/util/time.h b/sync/util/time.h
index 2c8a9cf386daae617e80eaa0204de678ca8045be..1044a5baaff93b2fdccba9a7ffb8e4f0277b0763 100644
--- a/sync/util/time.h
+++ b/sync/util/time.h
@@ -13,7 +13,7 @@
#include "base/basictypes.h"
#include "base/time.h"
-namespace csync {
+namespace syncer {
// Converts a time object to the format used in sync protobufs (ms
// since the Unix epoch).
@@ -24,6 +24,6 @@ base::Time ProtoTimeToTime(int64 proto_t);
std::string GetTimeDebugString(const base::Time& t);
-} // namespace csync
+} // namespace syncer
#endif // SYNC_UTIL_TIME_H_
« no previous file with comments | « sync/util/test_unrecoverable_error_handler.cc ('k') | sync/util/time.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698