Index: chrome/browser/sync/util/compat_file_posix.cc |
=================================================================== |
--- chrome/browser/sync/util/compat_file_posix.cc (revision 26817) |
+++ chrome/browser/sync/util/compat_file_posix.cc (working copy) |
@@ -2,11 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#if ((!defined(OS_LINUX)) && (!defined(OS_MACOSX))) |
+#if !defined(POSIX) |
#error Compile this file on Mac OS X or Linux only. |
#endif |
#include "chrome/browser/sync/util/compat_file.h" |
const char* const kPathSeparator = "/"; |
- |