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

Unified Diff: third_party/WebKit/Source/platform/wtf/typed_arrays/Int16Array.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/Int16Array.h
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/Int16Array.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/Int16Array.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/typed_arrays/Int16Array.h
copy to third_party/WebKit/Source/platform/wtf/typed_arrays/Int16Array.h
index c57d3967ef9b3cf8853eecb07e21e19babf2d859..091956ea1163fdbc60cb23350bc83c7607e6946a 100644
--- a/third_party/WebKit/Source/wtf/typed_arrays/Int16Array.h
+++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/Int16Array.h
@@ -26,7 +26,7 @@
#ifndef Int16Array_h
#define Int16Array_h
-#include "wtf/typed_arrays/IntegralTypedArrayBase.h"
+#include "platform/wtf/typed_arrays/IntegralTypedArrayBase.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698