Index: third_party/WebKit/Source/platform/wtf/dtoa.cpp |
diff --git a/third_party/WebKit/Source/wtf/dtoa.cpp b/third_party/WebKit/Source/platform/wtf/dtoa.cpp |
similarity index 98% |
rename from third_party/WebKit/Source/wtf/dtoa.cpp |
rename to third_party/WebKit/Source/platform/wtf/dtoa.cpp |
index a0f46f83069bf67d3c1d667db17405a135ff16e7..292b903eefee181eb5431cef03a46b22b20d1d38 100644 |
--- a/third_party/WebKit/Source/wtf/dtoa.cpp |
+++ b/third_party/WebKit/Source/platform/wtf/dtoa.cpp |
@@ -33,9 +33,9 @@ |
* file. |
*/ |
-#include "wtf/dtoa.h" |
+#include "platform/wtf/dtoa.h" |
-#include "wtf/Vector.h" |
+#include "platform/wtf/Vector.h" |
#include <string.h> |
namespace WTF { |