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

Unified Diff: third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp

Issue 1875343002: Move WTF classes related to typed arrays to wtf/typed_arrays (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp
diff --git a/third_party/WebKit/Source/wtf/ArrayPiece.cpp b/third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp
similarity index 90%
rename from third_party/WebKit/Source/wtf/ArrayPiece.cpp
rename to third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp
index 8dafab512d2022d1d120dbc607dc40e03710d11a..e6e80b225204f0c7e961d537c0401561d140cb96 100644
--- a/third_party/WebKit/Source/wtf/ArrayPiece.cpp
+++ b/third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "wtf/ArrayPiece.h"
+#include "wtf/typed_arrays/ArrayPiece.h"
-#include "wtf/ArrayBuffer.h"
-#include "wtf/ArrayBufferView.h"
#include "wtf/Assertions.h"
+#include "wtf/typed_arrays/ArrayBuffer.h"
+#include "wtf/typed_arrays/ArrayBufferView.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.h ('k') | third_party/WebKit/Source/wtf/typed_arrays/Float32Array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698