Index: content/test/webkit_support_glue.cc |
diff --git a/content/test/webkit_support_glue.cc b/content/test/webkit_support_glue.cc |
index 5270e12bfc3669d603c0e501fa05c7d8e748ca4d..abee72abbcc829f917d36a26a804ccc3a6d6d4f5 100644 |
--- a/content/test/webkit_support_glue.cc |
+++ b/content/test/webkit_support_glue.cc |
@@ -2,11 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/glue/webkit_glue.h" |
+#include <string> |
-#include "base/base_paths.h" |
-#include "base/path_service.h" |
+#include "build/build_config.h" |
+#if defined(OS_WIN) |
+#include <windows.h> |
+#endif |
// Functions needed by webkit_glue. |
namespace webkit_glue { |