summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/tools/test_shell/image_decoder_unittest.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/image_decoder_unittest.cc b/webkit/tools/test_shell/image_decoder_unittest.cc
index a0fbabd..4028d56 100644
--- a/webkit/tools/test_shell/image_decoder_unittest.cc
+++ b/webkit/tools/test_shell/image_decoder_unittest.cc
@@ -97,9 +97,7 @@ std::vector<std::wstring> ImageDecoderTest::GetImageFiles() const {
if (!MatchPattern(next_file_name, pattern)) {
continue;
}
- std::wstring image_path = data_dir_;
- file_util::AppendToPath(&image_path, next_file_name);
- image_files.push_back(image_path);
+ image_files.push_back(next_file_name);
}
return image_files;