| Index: base/values.h
|
| diff --git a/base/values.h b/base/values.h
|
| index 43d400c659924b1e52f4eb5bb420169aa3297aa5..1d270b566087434168148512ac487ef752f00c81 100644
|
| --- a/base/values.h
|
| +++ b/base/values.h
|
| @@ -457,7 +457,7 @@ class BASE_EXPORT ListValue : public Value {
|
|
|
| // Appends a Value to the end of the list.
|
| void Append(std::unique_ptr<Value> in_value);
|
| -#if !defined(OS_LINUX) || defined(OS_CHROMEOS)
|
| +#if !defined(OS_LINUX)
|
| // Deprecated version of the above. TODO(estade): remove.
|
| void Append(Value* in_value);
|
| #endif
|
|
|