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

Unified Diff: third_party/WebKit/Source/platform/wtf/typed_arrays/Int32Array.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/Int32Array.h
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/Int32Array.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/Int32Array.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/typed_arrays/Int32Array.h
copy to third_party/WebKit/Source/platform/wtf/typed_arrays/Int32Array.h
index 856de4f892940d81b1754874711e90429706c8b0..9d63662e6d6ae6af17175e4643d107cebb45f648 100644
--- a/third_party/WebKit/Source/wtf/typed_arrays/Int32Array.h
+++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/Int32Array.h
@@ -27,7 +27,7 @@
#ifndef Int32Array_h
#define Int32Array_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