| Index: base/base_paths_linux.cc
|
| diff --git a/base/base_paths_linux.cc b/base/base_paths_linux.cc
|
| index 701b9830f6d1b5a4c74aed923361d5c2c13d6c54..24f86b4d39a7ef6ed5adf1bb72043be93a768abd 100644
|
| --- a/base/base_paths_linux.cc
|
| +++ b/base/base_paths_linux.cc
|
| @@ -76,7 +76,7 @@ bool PathProviderPosix(int key, FilePath* result) {
|
| }
|
| }
|
| // On POSIX, unit tests execute two levels deep from the source root.
|
| - // For example: sconsbuild/{Debug|Release}/net_unittest
|
| + // For example: out/{Debug|Release}/net_unittest
|
| if (PathService::Get(base::DIR_EXE, &path)) {
|
| path = path.DirName().DirName();
|
| if (file_util::PathExists(path.Append(kThisSourceFile))) {
|
|
|