Commit 4edb0b93 authored by wtc@chromium.org's avatar wtc@chromium.org

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
parent dcf7d352
...@@ -137,7 +137,7 @@ bool DownloadFile::Open(const char* open_mode) { ...@@ -137,7 +137,7 @@ bool DownloadFile::Open(const char* open_mode) {
// Sets the Zone to tell Windows that this file comes from the internet. // Sets the Zone to tell Windows that this file comes from the internet.
// We ignore the return value because a failure is not fatal. // We ignore the return value because a failure is not fatal.
win_util::SetInternetZoneIdentifier(full_path_); 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). // TODO(port) there should be an equivalent on Mac (there isn't on Linux).
NOTREACHED(); NOTREACHED();
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment