summaryrefslogtreecommitdiffstats
path: root/chrome/common/gfx/text_elider_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/gfx/text_elider_unittest.cc')
-rw-r--r--chrome/common/gfx/text_elider_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/gfx/text_elider_unittest.cc b/chrome/common/gfx/text_elider_unittest.cc
index 17c5e8d..06b9755 100644
--- a/chrome/common/gfx/text_elider_unittest.cc
+++ b/chrome/common/gfx/text_elider_unittest.cc
@@ -143,7 +143,7 @@ TEST(TextEliderTest, TestFilenameEliding) {
// so it's not worth using FilePath stuff at the moment.
#if defined(OS_POSIX)
const std::wstring kPathSeparator(L"/");
-#elif defined(OS_WINDOWS)
+#elif defined(OS_WIN)
const std::wstring kPathSeparator(L"\\");
#endif