| Index: components/sync/syncable/entry_kernel.cc
|
| diff --git a/components/sync/syncable/entry_kernel.cc b/components/sync/syncable/entry_kernel.cc
|
| index 45f61a1d0da3ea0adf13c5f503dae8337a4e5b1f..20cb7b4a3dfb19d33c2f2f8be88aad313002461d 100644
|
| --- a/components/sync/syncable/entry_kernel.cc
|
| +++ b/components/sync/syncable/entry_kernel.cc
|
| @@ -133,8 +133,8 @@ base::StringValue* IdToValue(const Id& id) {
|
| return id.ToValue();
|
| }
|
|
|
| -base::FundamentalValue* BooleanToValue(bool bool_val) {
|
| - return new base::FundamentalValue(bool_val);
|
| +base::Value* BooleanToValue(bool bool_val) {
|
| + return new base::Value(bool_val);
|
| }
|
|
|
| base::StringValue* StringToValue(const std::string& str) {
|
|
|