Index: third_party/WebKit/Source/platform/wtf/WTF.cpp |
diff --git a/third_party/WebKit/Source/wtf/WTF.cpp b/third_party/WebKit/Source/platform/wtf/WTF.cpp |
similarity index 85% |
rename from third_party/WebKit/Source/wtf/WTF.cpp |
rename to third_party/WebKit/Source/platform/wtf/WTF.cpp |
index 201efc2747ad2825be7a20eb30bc19c149b53d48..e7c8c36e878fc4a8ac6d0a24d9ce080d78981808 100644 |
--- a/third_party/WebKit/Source/wtf/WTF.cpp |
+++ b/third_party/WebKit/Source/platform/wtf/WTF.cpp |
@@ -28,17 +28,17 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "wtf/WTF.h" |
+#include "platform/wtf/WTF.h" |
-#include "wtf/Assertions.h" |
-#include "wtf/Functional.h" |
-#include "wtf/StackUtil.h" |
-#include "wtf/ThreadSpecific.h" |
-#include "wtf/Threading.h" |
-#include "wtf/allocator/Partitions.h" |
-#include "wtf/text/AtomicString.h" |
-#include "wtf/text/StringStatics.h" |
-#include "wtf/typed_arrays/ArrayBufferContents.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/Functional.h" |
+#include "platform/wtf/StackUtil.h" |
+#include "platform/wtf/ThreadSpecific.h" |
+#include "platform/wtf/Threading.h" |
+#include "platform/wtf/allocator/Partitions.h" |
+#include "platform/wtf/text/AtomicString.h" |
+#include "platform/wtf/text/StringStatics.h" |
+#include "platform/wtf/typed_arrays/ArrayBufferContents.h" |
namespace WTF { |