| Index: base/values.cc
|
| diff --git a/base/values.cc b/base/values.cc
|
| index 76e73a01935bc417e937c9b3d8e634624a7d9a9f..2d3984e0d4247ddb2b82aed3758771fa19bf8e31 100644
|
| --- a/base/values.cc
|
| +++ b/base/values.cc
|
| @@ -755,7 +755,7 @@ bool DictionaryValue::RemoveWithoutPathExpansion(const std::string& key,
|
| return true;
|
| }
|
|
|
| -DictionaryValue* DictionaryValue::DeepCopyWithoutEmptyChildren() {
|
| +DictionaryValue* DictionaryValue::DeepCopyWithoutEmptyChildren() const {
|
| Value* copy = CopyWithoutEmptyChildren(this);
|
| return copy ? static_cast<DictionaryValue*>(copy) : new DictionaryValue;
|
| }
|
|
|