| Index: webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp
|
| diff --git a/webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp b/webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp
|
| index f4cdd3dedfbe1ddd6c6ac7d95db37bbea081869f..0c905ca16c4dffff56100a2e1c51c98c18c4bad3 100644
|
| --- a/webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp
|
| +++ b/webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp
|
| @@ -26,8 +26,8 @@ TEST_F(ICOImageDecoderTest, Decoding) {
|
| TEST_F(ICOImageDecoderTest, ImageNonZeroFrameIndex) {
|
| // Test that the decoder decodes multiple sizes of icons which have them.
|
| // Load an icon that has both favicon-size and larger entries.
|
| - FilePath multisize_icon_path(data_dir_.AppendASCII("yahoo.ico"));
|
| - const FilePath md5_sum_path(
|
| + base::FilePath multisize_icon_path(data_dir_.AppendASCII("yahoo.ico"));
|
| + const base::FilePath md5_sum_path(
|
| GetMD5SumPath(multisize_icon_path).value() + FILE_PATH_LITERAL("2"));
|
| static const int kDesiredFrameIndex = 3;
|
| TestWebKitImageDecoder(multisize_icon_path, md5_sum_path, kDesiredFrameIndex);
|
|
|