| Index: base/values.h | 
| diff --git a/base/values.h b/base/values.h | 
| index 2bab074c60eb6e62e62d222b5faf84828d376b85..ca66ee25fbd036b6a116f303549afb67f3b7c16f 100644 | 
| --- a/base/values.h | 
| +++ b/base/values.h | 
| @@ -408,8 +408,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) | 
|  |