Index: components/policy/tools/generate_policy_source.py |
diff --git a/components/policy/tools/generate_policy_source.py b/components/policy/tools/generate_policy_source.py |
index 4fbd2d03f9ca2ee9dba3e818a9a712dd2013d73f..ded63c28d4382a03e2780d035fb821112f8a2301 100755 |
--- a/components/policy/tools/generate_policy_source.py |
+++ b/components/policy/tools/generate_policy_source.py |
@@ -817,7 +817,7 @@ base::Value* DecodeIntegerValue(google::protobuf::int64 value) { |
return NULL; |
} |
- return base::Value::CreateIntegerValue(static_cast<int>(value)); |
+ return new base::FundamentalValue(static_cast<int>(value)); |
} |
base::ListValue* DecodeStringList(const em::StringList& string_list) { |