diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | chrome/common/mac/launchd.mm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -384,7 +384,7 @@ deps_os = { "/trunk/deps/reference_builds/chrome_mac@89574", "src/third_party/GTM": - (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@459", + (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@516", "src/third_party/pdfsqueeze": (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4", "src/third_party/lighttpd": diff --git a/chrome/common/mac/launchd.mm b/chrome/common/mac/launchd.mm index 5abaaa2..9bbdf6d 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) { |