| Index: components/sync/syncable/entry_kernel.cc
|
| diff --git a/components/sync/syncable/entry_kernel.cc b/components/sync/syncable/entry_kernel.cc
|
| index 2aaf8d1dcd9126f672aab637395ce27e64d3aea5..0e766fb4a4c65fe52d84f06f4db8bd939d72a004 100644
|
| --- a/components/sync/syncable/entry_kernel.cc
|
| +++ b/components/sync/syncable/entry_kernel.cc
|
| @@ -131,8 +131,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) {
|
|
|