Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/platform/wtf/typed_arrays/Float32Array.h

Issue 2768063003: Move files in wtf/ to platform/wtf/ (Part 11). (Closed)
Patch Set: Rebase. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/platform/wtf/typed_arrays/Float32Array.h
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/Float32Array.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/Float32Array.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/typed_arrays/Float32Array.h
copy to third_party/WebKit/Source/platform/wtf/typed_arrays/Float32Array.h
index ea296d253caa33f83c613f898a6fa7ccfc117e07..8970ccda8b6d953824ed3e4374f36a7b2f0bdd73 100644
--- a/third_party/WebKit/Source/wtf/typed_arrays/Float32Array.h
+++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/Float32Array.h
@@ -27,8 +27,8 @@
#ifndef Float32Array_h
#define Float32Array_h
-#include "wtf/MathExtras.h"
-#include "wtf/typed_arrays/TypedArrayBase.h"
+#include "platform/wtf/MathExtras.h"
+#include "platform/wtf/typed_arrays/TypedArrayBase.h"
namespace WTF {

Powered by Google App Engine