Remove the 'Hammer' name in favor of the Debug|Release names
and paths we'll use in gyp-generated files.
Review URL: http://codereview.chromium.org/56158

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12975 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 04a40f841b662a1e28bd579cc68fa3a57e233bbd
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 @@
     }
     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)