Index: chrome/browser/sync/util/sync_types.h |
=================================================================== |
--- chrome/browser/sync/util/sync_types.h (revision 26149) |
+++ chrome/browser/sync/util/sync_types.h (working copy) |
@@ -10,9 +10,10 @@ |
#include "base/basictypes.h" |
#include "base/string_util.h" |
+#include "build/build_config.h" |
// TODO(timsteele): Use base/file_path.h instead of PathString. |
-#ifdef OS_WINDOWS |
+#ifdef OS_WIN |
#define PATHSTRING_IS_STD_STRING 0 |
typedef std::wstring PathString; |