| Index: tools/json_schema_compiler/util_cc_helper.py
|
| diff --git a/tools/json_schema_compiler/util_cc_helper.py b/tools/json_schema_compiler/util_cc_helper.py
|
| index d69122dfc38cb1baba864f64d56c1735aceacb4c..e81c4e359435fada0abc6e481300a8ebc5fb7399 100644
|
| --- a/tools/json_schema_compiler/util_cc_helper.py
|
| +++ b/tools/json_schema_compiler/util_cc_helper.py
|
| @@ -22,7 +22,7 @@ class UtilCCHelper(object):
|
| def CreateValueFromArray(self, src, optional):
|
| """Generates code to create a scoped_pt<Value> from the array at src.
|
|
|
| - |src| The variable to convert, either a vector or scoped_ptr<vector>.
|
| + |src| The variable to convert, either a vector or std::unique_ptr<vector>.
|
| |optional| Whether |type_| was optional. Optional types are pointers so
|
| must be treated differently.
|
| """
|
|
|