summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_file.cc
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-26 01:57:09 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-26 01:57:09 +0000
commit4edb0b93463b7cd8e52bf6dff7fc7b460afe887b (patch)
treecd5d9b972410b5278555ae0f067c2ca88bd049a5 /chrome/browser/download/download_file.cc
parentdcf7d3525aa9b1f16b56a16d16108262db0571ee (diff)
downloadchromium_src-4edb0b93463b7cd8e52bf6dff7fc7b460afe887b.zip
chromium_src-4edb0b93463b7cd8e52bf6dff7fc7b460afe887b.tar.gz
chromium_src-4edb0b93463b7cd8e52bf6dff7fc7b460afe887b.tar.bz2
OS_MAC should be OS_MACOSX.
R=brettw Review URL: http://codereview.chromium.org/28157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10438 0039d316-1c4b-4281-b951-d872f2087c98
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