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

Unified Diff: third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.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/ArrayBuffer.cpp
diff --git a/third_party/WebKit/Source/wtf/ArrayBuffer.cpp b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.cpp
similarity index 97%
rename from third_party/WebKit/Source/wtf/ArrayBuffer.cpp
rename to third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.cpp
index 55f95326070ef17a08af216675105f1280576f17..3e338687eed7399292ece576d6e6742a32bda560 100644
--- a/third_party/WebKit/Source/wtf/ArrayBuffer.cpp
+++ b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.cpp
@@ -23,10 +23,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "wtf/ArrayBuffer.h"
+#include "wtf/typed_arrays/ArrayBuffer.h"
-#include "wtf/ArrayBufferView.h"
#include "wtf/RefPtr.h"
+#include "wtf/typed_arrays/ArrayBufferView.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698