Index: chrome/browser/ui/cocoa/cocoa_test_helper.mm |
diff --git a/chrome/browser/ui/cocoa/cocoa_test_helper.mm b/chrome/browser/ui/cocoa/cocoa_test_helper.mm |
index ab63a7b683e5c5f39911f8458707d809d81262ff..d2eae803a5f5224b274d2e62dc102ba57eb08c36 100644 |
--- a/chrome/browser/ui/cocoa/cocoa_test_helper.mm |
+++ b/chrome/browser/ui/cocoa/cocoa_test_helper.mm |
@@ -4,7 +4,7 @@ |
#import "chrome/browser/ui/cocoa/cocoa_test_helper.h" |
-#include "base/mac/foundation_util.h" |
+#include "base/mac/bundle_locations.h" |
#include "base/path_service.h" |
#include "chrome/common/chrome_constants.h" |
@@ -19,5 +19,5 @@ void CocoaTest::BootstrapCocoa() { |
FilePath path; |
PathService::Get(base::DIR_EXE, &path); |
path = path.Append(chrome::kFrameworkName); |
- base::mac::SetOverrideAppBundlePath(path); |
+ base::mac::SetOverrideFrameworkBundlePath(path); |
} |