Index: third_party/WebKit/Source/platform/PODInterval.h |
diff --git a/third_party/WebKit/Source/platform/PODInterval.h b/third_party/WebKit/Source/platform/PODInterval.h |
index 43f2c665bd8f96223598df4bd4fe686b9fc0a1e9..e7c761b5d9d9d785881b6862be30d59393af0b7e 100644 |
--- a/third_party/WebKit/Source/platform/PODInterval.h |
+++ b/third_party/WebKit/Source/platform/PODInterval.h |
@@ -28,7 +28,7 @@ |
#include "platform/heap/Handle.h" |
#ifndef NDEBUG |
-#include "wtf/text/StringBuilder.h" |
+#include "platform/wtf/text/StringBuilder.h" |
#endif |
namespace blink { |
@@ -71,7 +71,7 @@ namespace blink { |
// Note that this class requires a copy constructor and assignment |
// operator in order to be stored in the red-black tree. |
-#include "wtf/Allocator.h" |
+#include "platform/wtf/Allocator.h" |
#ifndef NDEBUG |
template <class T> |