summaryrefslogtreecommitdiffstats
path: root/base/file_path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/file_path.cc')
-rw-r--r--base/file_path.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/base/file_path.cc b/base/file_path.cc
index 24a798e..e330e3c 100644
--- a/base/file_path.cc
+++ b/base/file_path.cc
@@ -4,7 +4,9 @@
#include "base/file_path.h"
-#if defined(OS_MACOSX)
+#if defined(OS_WIN)
+#include <windows.h>
+#elif defined(OS_MACOSX)
#include <CoreServices/CoreServices.h>
#endif
@@ -22,9 +24,6 @@
#include "base/scoped_cftyperef.h"
#include "base/third_party/icu/icu_utf.h"
#endif
-#if defined(OS_WIN)
-#include "base/win_util.h"
-#endif
#if defined(FILE_PATH_USES_WIN_SEPARATORS)
const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("\\/");