Index: third_party/WebKit/Source/platform/Cursor.h |
diff --git a/third_party/WebKit/Source/platform/Cursor.h b/third_party/WebKit/Source/platform/Cursor.h |
index 4b9fe6dd117bab693e3f7b81cb28f904a090c979..c97d00289972ac7520d220f84979210239b2919f 100644 |
--- a/third_party/WebKit/Source/platform/Cursor.h |
+++ b/third_party/WebKit/Source/platform/Cursor.h |
@@ -29,8 +29,8 @@ |
#include "platform/PlatformExport.h" |
#include "platform/geometry/IntPoint.h" |
#include "platform/graphics/Image.h" |
-#include "wtf/Assertions.h" |
-#include "wtf/RefPtr.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/RefPtr.h" |
// To avoid conflicts with the CreateWindow macro from the Windows SDK... |
#undef CopyCursor |