Index: third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8ClampedArray.h |
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/Uint8ClampedArray.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8ClampedArray.h |
similarity index 97% |
copy from third_party/WebKit/Source/wtf/typed_arrays/Uint8ClampedArray.h |
copy to third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8ClampedArray.h |
index bfa87445c2b191de5d73cba984695334dafca2fe..0e0108eef05c8b19d6b5dcd5bf64e74c254841a9 100644 |
--- a/third_party/WebKit/Source/wtf/typed_arrays/Uint8ClampedArray.h |
+++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8ClampedArray.h |
@@ -28,8 +28,8 @@ |
#ifndef Uint8ClampedArray_h |
#define Uint8ClampedArray_h |
-#include "wtf/MathExtras.h" |
-#include "wtf/typed_arrays/Uint8Array.h" |
+#include "platform/wtf/MathExtras.h" |
+#include "platform/wtf/typed_arrays/Uint8Array.h" |
namespace WTF { |