summaryrefslogtreecommitdiffstats
path: root/base/base_paths_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'base/base_paths_mac.mm')
-rw-r--r--base/base_paths_mac.mm5
1 files changed, 2 insertions, 3 deletions
diff --git a/base/base_paths_mac.mm b/base/base_paths_mac.mm
index e5b0c65..e53ba52 100644
--- a/base/base_paths_mac.mm
+++ b/base/base_paths_mac.mm
@@ -64,12 +64,11 @@ bool PathProviderMac(int key, std::wstring* result) {
break;
}
case base::DIR_SOURCE_ROOT:
- // On the mac, unit tests execute three levels deep from the source root.
- // For example: chrome/build/{Debug|Release}/ui_tests
+ // On the mac, unit tests execute two levels deep from the source root.
+ // For example: src/xcodebuild/{Debug|Release}/base_unittests
PathService::Get(base::DIR_EXE, &cur);
file_util::UpOneDirectory(&cur);
file_util::UpOneDirectory(&cur);
- file_util::UpOneDirectory(&cur);
break;
default:
return false;