| Index: sync/syncable/entry_kernel.cc
|
| diff --git a/sync/syncable/entry_kernel.cc b/sync/syncable/entry_kernel.cc
|
| index d872695243b054a8332eb370cad74d048f04d2ec..97344838fbd60fd2620596967c758ec82db34f01 100644
|
| --- a/sync/syncable/entry_kernel.cc
|
| +++ b/sync/syncable/entry_kernel.cc
|
| @@ -126,7 +126,7 @@ base::StringValue* StringToValue(const std::string& str) {
|
| }
|
|
|
| base::StringValue* UniquePositionToValue(const UniquePosition& pos) {
|
| - return base::Value::CreateStringValue(pos.ToDebugString());
|
| + return new base::StringValue(pos.ToDebugString());
|
| }
|
|
|
| } // namespace
|
|
|