| Index: base/values.h
|
| diff --git a/base/values.h b/base/values.h
|
| index 8d342a98b1fe96a111e16b468708e67d34bd3b2e..81016ef5b6045f3f708c0b61b921073cf54470da 100644
|
| --- a/base/values.h
|
| +++ b/base/values.h
|
| @@ -459,7 +459,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)
|
| +#if !defined(OS_LINUX) && !defined(OS_MACOSX)
|
| // Deprecated version of the above. TODO(estade): remove.
|
| void Append(Value* in_value);
|
| #endif
|
|
|