| Index: sync/syncable/entry_kernel.cc
|
| diff --git a/sync/syncable/entry_kernel.cc b/sync/syncable/entry_kernel.cc
|
| index 83fc2c4b220316554fab6856f600f335d38cad1f..99511d9e40db7e624a0957998b9bf0cb70718567 100644
|
| --- a/sync/syncable/entry_kernel.cc
|
| +++ b/sync/syncable/entry_kernel.cc
|
| @@ -61,7 +61,7 @@ StringValue* Int64ToValue(int64 i) {
|
| }
|
|
|
| StringValue* TimeToValue(const base::Time& t) {
|
| - return Value::CreateStringValue(csync::GetTimeDebugString(t));
|
| + return Value::CreateStringValue(syncer::GetTimeDebugString(t));
|
| }
|
|
|
| StringValue* IdToValue(const Id& id) {
|
| @@ -119,7 +119,7 @@ DictionaryValue* EntryKernel::ToValue() const {
|
|
|
| // Proto fields.
|
| SetFieldValues(*this, kernel_info,
|
| - &GetProtoFieldString, &csync::EntitySpecificsToValue,
|
| + &GetProtoFieldString, &syncer::EntitySpecificsToValue,
|
| PROTO_FIELDS_BEGIN, PROTO_FIELDS_END - 1);
|
|
|
| // Bit temps.
|
|
|