summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download/download_file.cc')
-rw-r--r--chrome/browser/download/download_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_file.cc b/chrome/browser/download/download_file.cc
index 79a22fa..b66bbcf 100644
--- a/chrome/browser/download/download_file.cc
+++ b/chrome/browser/download/download_file.cc
@@ -137,7 +137,7 @@ bool DownloadFile::Open(const char* open_mode) {
// Sets the Zone to tell Windows that this file comes from the internet.
// We ignore the return value because a failure is not fatal.
win_util::SetInternetZoneIdentifier(full_path_);
-#elif defined(OS_MAC)
+#elif defined(OS_MACOSX)
// TODO(port) there should be an equivalent on Mac (there isn't on Linux).
NOTREACHED();
#endif