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

Unified Diff: third_party/WebKit/Source/core/dom/DOMTypedArray.h

Issue 2812013004: Rewrite references to "wtf/" to "platform/wtf/" in core/{dom,html,xml}. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMTokenList.cpp ('k') | third_party/WebKit/Source/core/dom/DOMURL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/DOMTypedArray.h
diff --git a/third_party/WebKit/Source/core/dom/DOMTypedArray.h b/third_party/WebKit/Source/core/dom/DOMTypedArray.h
index d8dff29c996c5b2c73c40d3fe5a32ab5c6a7dc60..eaa24d0bec0caac92552c320aae490777ece9769 100644
--- a/third_party/WebKit/Source/core/dom/DOMTypedArray.h
+++ b/third_party/WebKit/Source/core/dom/DOMTypedArray.h
@@ -9,16 +9,16 @@
#include "core/CoreExport.h"
#include "core/dom/DOMArrayBufferView.h"
#include "core/dom/DOMSharedArrayBuffer.h"
+#include "platform/wtf/typed_arrays/Float32Array.h"
+#include "platform/wtf/typed_arrays/Float64Array.h"
+#include "platform/wtf/typed_arrays/Int16Array.h"
+#include "platform/wtf/typed_arrays/Int32Array.h"
+#include "platform/wtf/typed_arrays/Int8Array.h"
+#include "platform/wtf/typed_arrays/Uint16Array.h"
+#include "platform/wtf/typed_arrays/Uint32Array.h"
+#include "platform/wtf/typed_arrays/Uint8Array.h"
+#include "platform/wtf/typed_arrays/Uint8ClampedArray.h"
#include "v8/include/v8.h"
-#include "wtf/typed_arrays/Float32Array.h"
-#include "wtf/typed_arrays/Float64Array.h"
-#include "wtf/typed_arrays/Int16Array.h"
-#include "wtf/typed_arrays/Int32Array.h"
-#include "wtf/typed_arrays/Int8Array.h"
-#include "wtf/typed_arrays/Uint16Array.h"
-#include "wtf/typed_arrays/Uint32Array.h"
-#include "wtf/typed_arrays/Uint8Array.h"
-#include "wtf/typed_arrays/Uint8ClampedArray.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMTokenList.cpp ('k') | third_party/WebKit/Source/core/dom/DOMURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698