Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3812)

Unified Diff: chrome/browser/ui/cocoa/cocoa_test_helper.mm

Issue 9187053: Transition to base/mac/bundle_locations.h step 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix review comments. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/chrome_main_mac.mm ('k') | chrome/test/base/chrome_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « chrome/app/chrome_main_mac.mm ('k') | chrome/test/base/chrome_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698