summaryrefslogtreecommitdiffstats
path: root/chromium/content/renderer/ico_image_decoder_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/renderer/ico_image_decoder_unittest.cc')
-rw-r--r--chromium/content/renderer/ico_image_decoder_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/renderer/ico_image_decoder_unittest.cc b/chromium/content/renderer/ico_image_decoder_unittest.cc
index 4beca93b05d..b59cfe38251 100644
--- a/chromium/content/renderer/ico_image_decoder_unittest.cc
+++ b/chromium/content/renderer/ico_image_decoder_unittest.cc
@@ -23,11 +23,11 @@ TEST_F(ICOImageDecoderTest, Decoding) {
}
TEST_F(ICOImageDecoderTest, ImageNonZeroFrameIndex) {
- if (data_dir_.empty())
+ if (data_dir().empty())
return;
// Test that the decoder decodes multiple sizes of icons which have them.
// Load an icon that has both favicon-size and larger entries.
- base::FilePath multisize_icon_path(data_dir_.AppendASCII("yahoo.ico"));
+ 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;