Index: chrome/browser/sync/util/compat_file_win.cc |
=================================================================== |
--- chrome/browser/sync/util/compat_file_win.cc (revision 26074) |
+++ chrome/browser/sync/util/compat_file_win.cc (working copy) |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef OS_WINDOWS |
+#include "chrome/browser/sync/util/compat_file.h" |
+ |
+#include "build/build_config.h" |
+ |
+#ifndef OS_WIN |
#error Compile this file on Windows only. |
#endif |
-#include "chrome/browser/sync/util/compat-file.h" |
- |
-#include <windows.h> |
- |
const wchar_t* const kPathSeparator = L"\\"; |