Index: base/path_service_unittest.cc |
diff --git a/base/path_service_unittest.cc b/base/path_service_unittest.cc |
index 8ae41780cb249dc83ad1487d6da99cde133aabf5..5f281d129df93d16b739e0d510cc3be239a0e63a 100644 |
--- a/base/path_service_unittest.cc |
+++ b/base/path_service_unittest.cc |
@@ -62,7 +62,7 @@ bool ReturnsValidPath(int dir_type) { |
check_path_exists = false; |
} |
#endif |
-#if defined(OS_MAC) |
+#if defined(OS_MACOSX) |
if (dir_type != base::DIR_EXE && dir_type != base::DIR_MODULE && |
dir_type != base::FILE_EXE && dir_type != base::FILE_MODULE) { |
if (path.ReferencesParent()) |