| Index: sync/util/time.cc
|
| diff --git a/sync/util/time.cc b/sync/util/time.cc
|
| index 47e6af491609fd62a5e172c243fbf2289dde9c68..a921f07179d1cbb5a5d9036c4008749fea6c9921 100644
|
| --- a/sync/util/time.cc
|
| +++ b/sync/util/time.cc
|
| @@ -7,7 +7,7 @@
|
| #include "base/i18n/time_formatting.h"
|
| #include "base/utf_string_conversions.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| int64 TimeToProtoTime(const base::Time& t) {
|
| return (t - base::Time::UnixEpoch()).InMilliseconds();
|
| @@ -21,4 +21,4 @@ std::string GetTimeDebugString(const base::Time& t) {
|
| return UTF16ToUTF8(base::TimeFormatFriendlyDateAndTime(t));
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|