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

Unified Diff: third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h

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/ArrayBufferBuilder.h
diff --git a/third_party/WebKit/Source/wtf/ArrayBufferBuilder.h b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
similarity index 98%
rename from third_party/WebKit/Source/wtf/ArrayBufferBuilder.h
rename to third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
index c2b25859f7bc488584dca20dc40c11ca65706bd1..b37f1cfa8c1e191a8bd464e881930a12537229a8 100644
--- a/third_party/WebKit/Source/wtf/ArrayBufferBuilder.h
+++ b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
@@ -32,10 +32,10 @@
#define ArrayBufferBuilder_h
#include "wtf/Allocator.h"
-#include "wtf/ArrayBuffer.h"
#include "wtf/Noncopyable.h"
#include "wtf/RefPtr.h"
#include "wtf/text/WTFString.h"
+#include "wtf/typed_arrays/ArrayBuffer.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698