summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--chrome/common/mac/launchd.mm2
2 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index ded8823..7326e55 100644
--- a/DEPS
+++ b/DEPS
@@ -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) {