| Index: chrome/common/mac/cfbundle_blocker.mm
|
| diff --git a/chrome/common/mac/cfbundle_blocker.mm b/chrome/common/mac/cfbundle_blocker.mm
|
| index a6cb6fe34dbd5ee66c1ff2f21939685fb6c029c9..e8452837339a70c1ef3a3073f9292811aede2692 100644
|
| --- a/chrome/common/mac/cfbundle_blocker.mm
|
| +++ b/chrome/common/mac/cfbundle_blocker.mm
|
| @@ -156,7 +156,7 @@ Boolean ChromeCFBundleLoadExecutableAndReturnError(CFBundleRef bundle,
|
|
|
| DCHECK(g_original_underscore_cfbundle_load_executable_and_return_error);
|
|
|
| - base::mac::ScopedCFTypeRef<CFURLRef> url_cf(CFBundleCopyBundleURL(bundle));
|
| + base::ScopedCFTypeRef<CFURLRef> url_cf(CFBundleCopyBundleURL(bundle));
|
| scoped_nsobject<NSString> path(base::mac::CFToNSCast(
|
| CFURLCopyFileSystemPath(url_cf, kCFURLPOSIXPathStyle)));
|
|
|
| @@ -185,7 +185,7 @@ Boolean ChromeCFBundleLoadExecutableAndReturnError(CFBundleRef bundle,
|
| << [path fileSystemRepresentation];
|
|
|
| if (error) {
|
| - base::mac::ScopedCFTypeRef<CFStringRef> app_bundle_id(
|
| + base::ScopedCFTypeRef<CFStringRef> app_bundle_id(
|
| base::SysUTF8ToCFStringRef(base::mac::BaseBundleID()));
|
|
|
| // 0xb10c10ad = "block load"
|
|
|