Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: third_party/WebKit/Source/platform/wtf/typed_arrays/Float64Array.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/wtf/typed_arrays/Float64Array.h
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/Float64Array.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/Float64Array.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/typed_arrays/Float64Array.h
copy to third_party/WebKit/Source/platform/wtf/typed_arrays/Float64Array.h
index a161d82fa1d77f498f41f796072e9466810918ca..b014a113c29111c2c49f99b0a78d3e63e95f6e0a 100644
--- a/third_party/WebKit/Source/wtf/typed_arrays/Float64Array.h
+++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/Float64Array.h
@@ -27,8 +27,8 @@
#ifndef Float64Array_h
#define Float64Array_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
This is Rietveld 408576698