diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 08:37:26 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 08:37:26 +0000 |
commit | 20f61e8fa477f367b66d05b2707fc1021b35af5c (patch) | |
tree | ffdaaa0c659b71ce3401bada873576031f26a27d /base | |
parent | 89bedbad604d712dee998aed691646eb8393e039 (diff) | |
download | chromium_src-20f61e8fa477f367b66d05b2707fc1021b35af5c.zip chromium_src-20f61e8fa477f367b66d05b2707fc1021b35af5c.tar.gz chromium_src-20f61e8fa477f367b66d05b2707fc1021b35af5c.tar.bz2 |
Replace "Hammer" references with "Debug" as appropriate.
Review URL: http://codereview.chromium.org/53118
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12849 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base_paths_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base_paths_linux.cc b/base/base_paths_linux.cc index 3fba313..b235f6b 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: chrome/{Debug|Hammer}/net_unittest + // For example: sconsbuild/{Debug|Release}/net_unittest if (!PathService::Get(base::DIR_EXE, &path)) return false; path = path.Append(FilePath::kParentDirectory) |