| Index: base/values.h
|
| diff --git a/base/values.h b/base/values.h
|
| index e32edecf2ec347d3c146a86920cbec389f584147..7feef9da541b0d00990510047ce7a7717cab0a9f 100644
|
| --- a/base/values.h
|
| +++ b/base/values.h
|
| @@ -338,7 +338,7 @@ class BASE_EXPORT DictionaryValue : public Value {
|
|
|
| // Makes a copy of |this| but doesn't include empty dictionaries and lists in
|
| // the copy. This never returns NULL, even if |this| itself is empty.
|
| - DictionaryValue* DeepCopyWithoutEmptyChildren() const;
|
| + scoped_ptr<DictionaryValue> DeepCopyWithoutEmptyChildren() const;
|
|
|
| // Merge |dictionary| into this dictionary. This is done recursively, i.e. any
|
| // sub-dictionaries will be merged as well. In case of key collisions, the
|
|
|