| Index: sandbox/mac/os_compatibility.cc
|
| diff --git a/sandbox/mac/os_compatibility.cc b/sandbox/mac/os_compatibility.cc
|
| index be0ca3ef785e1250474b83ceff3c6b56c6581093..4485006edb5ca1bab320061c6784775cb4cd6f9e 100644
|
| --- a/sandbox/mac/os_compatibility.cc
|
| +++ b/sandbox/mac/os_compatibility.cc
|
| @@ -112,7 +112,7 @@ const LaunchdCompatibilityShim GetLaunchdCompatibilityShim() {
|
| shim.look_up2_get_request_name =
|
| &LaunchdLookUp2GetRequestName<look_up2_request_10_6>;
|
| } else if (base::mac::IsOSLionOrLater() &&
|
| - !base::mac::IsOSLaterThanMavericks_DontCallThis()) {
|
| + !base::mac::IsOSYosemiteOrLater()) {
|
| shim.look_up2_get_request_name =
|
| &LaunchdLookUp2GetRequestName<look_up2_request_10_7>;
|
| } else {
|
|
|