summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-31 11:34:03 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-31 11:34:03 +0000
commitacba81f3360f98104f0d8bd6063e04e4f61feba5 (patch)
tree1a7f890622a110212da23f8bee2398596db53731 /base
parent20f61e8fa477f367b66d05b2707fc1021b35af5c (diff)
downloadchromium_src-acba81f3360f98104f0d8bd6063e04e4f61feba5.zip
chromium_src-acba81f3360f98104f0d8bd6063e04e4f61feba5.tar.gz
chromium_src-acba81f3360f98104f0d8bd6063e04e4f61feba5.tar.bz2
Revert r12849 (conversion of "Hammer" names to "Debug").
Review URL: http://codereview.chromium.org/57051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/base_paths_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base_paths_linux.cc b/base/base_paths_linux.cc
index b235f6b..3fba313 100644
--- a/base/base_paths_linux.cc
+++ b/base/base_paths_linux.cc
@@ -32,7 +32,7 @@ bool PathProviderLinux(int key, FilePath* result) {
}
case base::DIR_SOURCE_ROOT:
// On linux, unit tests execute two levels deep from the source root.
- // For example: sconsbuild/{Debug|Release}/net_unittest
+ // For example: chrome/{Debug|Hammer}/net_unittest
if (!PathService::Get(base::DIR_EXE, &path))
return false;
path = path.Append(FilePath::kParentDirectory)