Index: third_party/WebKit/Source/core/editing/Position.h |
diff --git a/third_party/WebKit/Source/core/editing/Position.h b/third_party/WebKit/Source/core/editing/Position.h |
index 44e664378b3ef2ff94316eff326d3a57f574a1d7..9e8711bb3f9b1b4d4d186e1a245cd69f2e30c349 100644 |
--- a/third_party/WebKit/Source/core/editing/Position.h |
+++ b/third_party/WebKit/Source/core/editing/Position.h |
@@ -32,9 +32,9 @@ |
#include "core/editing/EditingStrategy.h" |
#include "platform/heap/Handle.h" |
#include "platform/text/TextDirection.h" |
-#include "wtf/Assertions.h" |
-#include "wtf/PassRefPtr.h" |
-#include "wtf/RefPtr.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/PassRefPtr.h" |
+#include "platform/wtf/RefPtr.h" |
namespace blink { |