| Index: base/values.h
|
| diff --git a/base/values.h b/base/values.h
|
| index 99b30fc67cd0276d06e5ae1f36d1e0fb195ad777..cfef6649d25ad0b7d3a58cc2e34a6af369a71feb 100644
|
| --- a/base/values.h
|
| +++ b/base/values.h
|
| @@ -404,8 +404,6 @@ class BASE_EXPORT ListValue : public Value {
|
| // Values will be used to pad out the list.
|
| // Returns true if successful, or false if the index was negative or
|
| // the value is a null pointer.
|
| - bool Set(size_t index, Value* in_value);
|
| - // Preferred version of the above. TODO(estade): remove the above.
|
| bool Set(size_t index, std::unique_ptr<Value> in_value);
|
|
|
| // Gets the Value at the given index. Modifies |out_value| (and returns true)
|
|
|