Index: third_party/WebKit/Source/platform/wtf/MathExtras.h |
diff --git a/third_party/WebKit/Source/wtf/MathExtras.h b/third_party/WebKit/Source/platform/wtf/MathExtras.h |
similarity index 99% |
copy from third_party/WebKit/Source/wtf/MathExtras.h |
copy to third_party/WebKit/Source/platform/wtf/MathExtras.h |
index efcd871bb32a0639202c4fbc81e024b16cf7925c..05f473a65138379c4c865b61a860c2e82add2f0e 100644 |
--- a/third_party/WebKit/Source/wtf/MathExtras.h |
+++ b/third_party/WebKit/Source/platform/wtf/MathExtras.h |
@@ -26,9 +26,9 @@ |
#ifndef WTF_MathExtras_h |
#define WTF_MathExtras_h |
-#include "wtf/Allocator.h" |
-#include "wtf/Assertions.h" |
-#include "wtf/CPU.h" |
+#include "platform/wtf/Allocator.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/CPU.h" |
#include <cmath> |
#include <cstddef> |
#include <limits> |