summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 21:41:35 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 21:41:35 +0000
commit53edc64524d217d22b175f78f8c81df0ece79a11 (patch)
treee54263495094933645a67ebff1ad02cb5f5d0ab4 /base
parentdf5a1547dd1938da4a221957238919dd16678afb (diff)
downloadchromium_src-53edc64524d217d22b175f78f8c81df0ece79a11.zip
chromium_src-53edc64524d217d22b175f78f8c81df0ece79a11.tar.gz
chromium_src-53edc64524d217d22b175f78f8c81df0ece79a11.tar.bz2
Reverting 67000.
BUG=None TEST=None TBR=nsylvain Review URL: http://codereview.chromium.org/5272001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/process_util_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/process_util_unittest.cc b/base/process_util_unittest.cc
index 34c444c..e92459c 100644
--- a/base/process_util_unittest.cc
+++ b/base/process_util_unittest.cc
@@ -203,7 +203,7 @@ TEST_F(ProcessUtilTest, GetAppOutput) {
FilePath python_runtime;
ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &python_runtime));
python_runtime = python_runtime.Append(FILE_PATH_LITERAL("third_party"))
- .Append(FILE_PATH_LITERAL("python_26"))
+ .Append(FILE_PATH_LITERAL("python_24"))
.Append(FILE_PATH_LITERAL("python.exe"));
CommandLine cmd_line(python_runtime);