| Index: third_party/crashpad/crashpad/util/mac/launchd.h
|
| diff --git a/third_party/crashpad/crashpad/util/mac/launchd.h b/third_party/crashpad/crashpad/util/mac/launchd.h
|
| index 254507524683ddc252e2a149c35cad97619646a5..21b43f8d00108d9ee02f7edfcb44e7cb045bb87f 100644
|
| --- a/third_party/crashpad/crashpad/util/mac/launchd.h
|
| +++ b/third_party/crashpad/crashpad/util/mac/launchd.h
|
| @@ -27,9 +27,9 @@ namespace crashpad {
|
| //! \{
|
| //! \brief Wraps the `<launch.h>` function of the same name.
|
| //!
|
| -//! The Mac OS X 10.10 SDK deprecates `<launch.h>`, although the functionality
|
| -//! it provides is still useful. These wrappers allow the deprecated functions
|
| -//! to be called without triggering deprecated-declaration warnings.
|
| +//! The OS X 10.10 SDK deprecates `<launch.h>`, although the functionality it
|
| +//! provides is still useful. These wrappers allow the deprecated functions to
|
| +//! be called without triggering deprecated-declaration warnings.
|
|
|
| inline launch_data_t LaunchDataAlloc(launch_data_type_t type) {
|
| return launch_data_alloc(type);
|
|
|