summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download')
-rw-r--r--chrome/browser/download/download_util_unittest.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/download/download_util_unittest.cc b/chrome/browser/download/download_util_unittest.cc
index d33ece9..98064e4 100644
--- a/chrome/browser/download/download_util_unittest.cc
+++ b/chrome/browser/download/download_util_unittest.cc
@@ -558,10 +558,18 @@ const struct {
{ FILE_PATH_LITERAL("/foo/bar.exe"),
"text/html",
+#if defined(OS_MACOSX)
+ FILE_PATH_LITERAL("/foo/bar.exe.html") },
+#else
FILE_PATH_LITERAL("/foo/bar.html") },
+#endif
{ FILE_PATH_LITERAL("/foo/bar.exe"),
"image/gif",
+#if defined(OS_MACOSX)
+ FILE_PATH_LITERAL("/foo/bar.exe.gif") },
+#else
FILE_PATH_LITERAL("/foo/bar.gif") },
+#endif
{ FILE_PATH_LITERAL("/foo/google.com"),
"text/html",