Index: chrome/app/chrome_main_mac.mm |
diff --git a/chrome/app/chrome_main_mac.mm b/chrome/app/chrome_main_mac.mm |
index a09f9d65911e973a8a435d3580cb2179ff6d4a7f..280a42c20eccb266a4765cca91ec3b0c9c83c234 100644 |
--- a/chrome/app/chrome_main_mac.mm |
+++ b/chrome/app/chrome_main_mac.mm |
@@ -11,6 +11,7 @@ |
#include "base/basictypes.h" |
#include "base/file_path.h" |
#include "base/logging.h" |
+#import "base/mac/bundle_locations.h" |
#import "base/mac/foundation_util.h" |
#import "base/mac/scoped_nsautorelease_pool.h" |
#include "base/sys_string_conversions.h" |
@@ -38,7 +39,7 @@ void CheckUserDataDirPolicy(FilePath* user_data_dir) { |
void SetUpBundleOverrides() { |
base::mac::ScopedNSAutoreleasePool pool; |
- base::mac::SetOverrideAppBundlePath(chrome::GetFrameworkBundlePath()); |
+ base::mac::SetOverrideFrameworkBundlePath(chrome::GetFrameworkBundlePath()); |
NSBundle* base_bundle = chrome::OuterAppBundle(); |
base::mac::SetBaseBundleID([[base_bundle bundleIdentifier] UTF8String]); |