summaryrefslogtreecommitdiffstats
path: root/base/file_util.h
diff options
context:
space:
mode:
authorerikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-15 17:45:13 +0000
committererikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-15 17:45:13 +0000
commit8541bb84824bde770d4cf9c51f6460da805a11f8 (patch)
treeba0ab03af8cd2209b0d943e921944ff38600fc7c /base/file_util.h
parent9cd34b936d7a4e91d6dbd12e9a66a3d1399944f9 (diff)
downloadchromium_src-8541bb84824bde770d4cf9c51f6460da805a11f8.zip
chromium_src-8541bb84824bde770d4cf9c51f6460da805a11f8.tar.gz
chromium_src-8541bb84824bde770d4cf9c51f6460da805a11f8.tar.bz2
one more try before revert
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@948 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util.h')
-rw-r--r--base/file_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_util.h b/base/file_util.h
index e3895e3..01100e8 100644
--- a/base/file_util.h
+++ b/base/file_util.h
@@ -197,7 +197,7 @@ bool ContentsEqual(const std::wstring& filename1,
// Useful for unit tests.
bool ReadFileToString(const std::wstring& path, std::string* contents);
-#if defined(OS_WINDOWS)
+#if defined(OS_WIN)
// Resolve Windows shortcut (.LNK file)
// Argument path specifies a valid LNK file. On success, return true and put
// the URL into path. If path is a invalid .LNK file, return false.