| Index: chrome/common/mac/launchd.mm
|
| diff --git a/chrome/common/mac/launchd.mm b/chrome/common/mac/launchd.mm
|
| index 5abaaa2157c2eccdb525cd3cb2cc23b60c6be5ac..9bbdf6dea5168d36d46c07fde7e7fd46c5713d97 100644
|
| --- a/chrome/common/mac/launchd.mm
|
| +++ b/chrome/common/mac/launchd.mm
|
| @@ -96,7 +96,7 @@ CFDictionaryRef Launchd::CopyJobDictionary(CFStringRef label) {
|
| }
|
|
|
| CFDictionaryRef Launchd::CopyDictionaryByCheckingIn(CFErrorRef* error) {
|
| - return GTMSMJobCheckIn(error);
|
| + return GTMSMCopyJobCheckInDictionary(error);
|
| }
|
|
|
| bool Launchd::RemoveJob(CFStringRef label, CFErrorRef* error) {
|
|
|