| 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_
|
|
|