summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util')
-rw-r--r--chrome/installer/util/helper_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/helper_unittest.cc b/chrome/installer/util/helper_unittest.cc
index 9430f25..d9985d8 100644
--- a/chrome/installer/util/helper_unittest.cc
+++ b/chrome/installer/util/helper_unittest.cc
@@ -22,7 +22,7 @@ namespace {
virtual void SetUp() {
// Name a subdirectory of the user temp directory.
ASSERT_TRUE(PathService::Get(base::DIR_TEMP, &test_dir_));
- test_dir_.AppendASCII("SetupHelperTest");
+ test_dir_ = test_dir_.AppendASCII("SetupHelperTest");
// Create a fresh, empty copy of this test directory.
file_util::Delete(test_dir_, true);