Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / browser / download / save_package_unittest.cc
index b0e38c0..123af98 100644 (file)
 namespace content {
 
 #define FPL FILE_PATH_LITERAL
+#define HTML_EXTENSION ".html"
 #if defined(OS_WIN)
-#define HTML_EXTENSION ".htm"
-// This second define is needed because MSVC is broken.
-#define FPL_HTML_EXTENSION L".htm"
+#define FPL_HTML_EXTENSION L".html"
 #else
-#define HTML_EXTENSION ".html"
 #define FPL_HTML_EXTENSION ".html"
 #endif