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

Unified Diff: third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8ClampedArray.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/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 {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8Array.h ('k') | third_party/WebKit/Source/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698